Update to 3.6 (rhbz#2251399)
This commit is contained in:
parent
7121d05876
commit
7b798b5aea
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/idna-3.2.tar.gz
|
/idna-3.2.tar.gz
|
||||||
/idna-3.3.tar.gz
|
/idna-3.3.tar.gz
|
||||||
/idna-3.4.tar.gz
|
/idna-3.4.tar.gz
|
||||||
|
/idna-3.6.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global srcname idna
|
%global srcname idna
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 3.4
|
Version: 3.6
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -57,9 +57,12 @@ rm -rf %{srcname}.egg-info
|
|||||||
|
|
||||||
%files -n python3-%{srcname} -f %pyproject_files
|
%files -n python3-%{srcname} -f %pyproject_files
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.rst HISTORY.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 28 2023 Lumír Balhar <lbalhar@redhat.com> - 3.6-1
|
||||||
|
- Update to 3.6 (rhbz#2251399)
|
||||||
|
|
||||||
* Tue Aug 08 2023 Karolina Surma <ksurma@redhat.com> - 3.4-5
|
* Tue Aug 08 2023 Karolina Surma <ksurma@redhat.com> - 3.4-5
|
||||||
- Update the package's license
|
- Update the package's license
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (idna-3.4.tar.gz) = 4060a9304c9bac04efdd0b97ec8f5aeb7e17417e767bf51c5dfc26605edad25ab67456cf6f6a3c5a9f32b8247e46f6343edfd8a6ffbcd6d1075c71e66d089d6a
|
SHA512 (idna-3.6.tar.gz) = 8bea880d1b2fae1511f21381d73445f62e786c385eb949d2c39e611f71cb6f31f7e54927833a0f456e340857d384d960ab9e6ae31ac7481314254646de656cc0
|
||||||
|
Loading…
Reference in New Issue
Block a user