diff --git a/precis_i18n-1.0.5.tar.gz b/precis_i18n-1.0.5.tar.gz deleted file mode 100644 index 1df1cc35e1970d58b3c7caff959922be8f507a8e..0000000000000000000000000000000000000000 Binary files a/precis_i18n-1.0.5.tar.gz and /dev/null differ diff --git a/precis_i18n-1.1.0.tar.gz b/precis_i18n-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c4314e0ab98ea32f0abd94c1e7fa691f6d9016b9 Binary files /dev/null and b/precis_i18n-1.1.0.tar.gz differ diff --git a/python-precis_i18n.spec b/python-precis_i18n.spec index ba117c659441a3f05e9667ab6976d38301303a9a..225e516fd88e7fd55453825046a2d41d262b537d 100644 --- a/python-precis_i18n.spec +++ b/python-precis_i18n.spec @@ -1,12 +1,12 @@ %global srcname precis_i18n Name: python-%{srcname} -Version: 1.0.5 +Version: 1.1.0 Release: 1 Summary: Python library for internationalized usernames and passwords License: MIT URL: https://github.com/byllyfish/precis_i18n -Source0: https://github.com/byllyfish/precis_i18n/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/precis_i18n/precis_i18n-1.1.0.tar.gz BuildArch: noarch %global desc If you want your application to accept Unicode user names and passwords, you\ @@ -52,11 +52,18 @@ BuildRequires: python3-setuptools %files -n python3-%{srcname} %license LICENSE.txt -%doc README.rst CHANGELOG.rst +%doc README.md CHANGELOG.md %{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}/ %changelog +* Mon Nov 11 2024 panzhe - 1.1.0-1 +- update precis_i18n to 1.1.0 +- Fixed an issue in the Nickname profile implementation +- Update internal tables for Unicode 15.1 +- Add Python 3.13-dev to CI build environment +- Change format of README and CHANGELOG files to Markdown + * Mon Aug 19 2024 yueyaoqiang - 1.0.5-1 - update to 1.0.5