Update to 2.2.1
This commit is contained in:
parent
30c0744c70
commit
f4de643d19
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/dnspython-2.1.0rc1.tar.gz
|
/dnspython-2.1.0rc1.tar.gz
|
||||||
/dnspython-2.1.0.tar.gz
|
/dnspython-2.1.0.tar.gz
|
||||||
/dnspython-2.2.0.tar.gz
|
/dnspython-2.2.0.tar.gz
|
||||||
|
/dnspython-2.2.1.tar.gz
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-dns
|
Name: python-dns
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: DNS toolkit for Python
|
Summary: DNS toolkit for Python
|
||||||
|
|
||||||
@ -49,6 +49,8 @@ Summary: %{summary}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{pypi_name}-%{version}%{rctag}
|
%autosetup -p1 -n %{pypi_name}-%{version}%{rctag}
|
||||||
|
# Update trio from 0.20 to 0.21
|
||||||
|
sed -i "s/\(trio = {version=\">=0.14,<0.\)20\(\", optional=true}\)/\121\2/" pyproject.toml
|
||||||
|
|
||||||
# strip exec permissions so that we don't pick up dependencies from docs
|
# strip exec permissions so that we don't pick up dependencies from docs
|
||||||
find examples -type f | xargs chmod a-x
|
find examples -type f | xargs chmod a-x
|
||||||
@ -86,6 +88,10 @@ find examples -type f | xargs chmod a-x
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 07 2022 Lumír Balhar <lbalhar@redhat.com> - 2.2.1-1
|
||||||
|
- Update to 2.2.1
|
||||||
|
Resolves: rhbz#2061222
|
||||||
|
|
||||||
* Wed Jan 19 2022 Lumír Balhar <lbalhar@redhat.com> - 2.2.0-1
|
* Wed Jan 19 2022 Lumír Balhar <lbalhar@redhat.com> - 2.2.0-1
|
||||||
- Update to 2.2.0
|
- Update to 2.2.0
|
||||||
Resolves: rhbz#2034677
|
Resolves: rhbz#2034677
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnspython-2.2.0.tar.gz) = 0a93bde1ca1081c92b9fb5a02644c4920813f2d0dbe4de1dae736262d53afe41327f3fdd38a10f74ec78f54dd7c7570e37d0adb2b21ab18f9b5cc099fcc6bb85
|
SHA512 (dnspython-2.2.1.tar.gz) = ec545468f604d6131f07259ca154c4f71d445d12c336ac1da0d2f025d6478ada76320a7235119312fed85da071ef309d2531e541d3c2340a50deaf3f4dd7b4eb
|
||||||
|
Loading…
Reference in New Issue
Block a user