diff --git a/python38-urllib3.spec b/python38-urllib3.spec index 3564d33..e081f65 100644 --- a/python38-urllib3.spec +++ b/python38-urllib3.spec @@ -7,9 +7,9 @@ Name: python-%{srcname} Version: 1.25.7 -Release: 3 +Release: 1 Summary: Python HTTP library with thread-safe connection pooling and file post -Group: Development/Python +Group: Development/Python License: MIT URL: https://github.com/urllib3/urllib3 @@ -48,7 +48,7 @@ Python3 HTTP module with connection pooling and file POST abilities. %prep -%autosetup -p1 -n %{srcname}-%{version} +%setup -qn %{srcname}-%{version} # Drop the dummyserver tests in koji. They fail there in real builds, but not # in scratch builds (weird). rm -rf test/with_dummyserver/ @@ -88,8 +88,7 @@ popd %files -n python38-%{srcname} -%license LICENSE.txt -%doc CHANGES.rst README.rst CONTRIBUTORS.txt +%doc LICENSE.txt CHANGES.rst README.rst CONTRIBUTORS.txt %{python38_sitelib}/urllib3/ %{python38_sitelib}/urllib3-*.egg-info/