diff --git a/babelfish-0.6.0.tar.gz b/babelfish-0.6.0.tar.gz deleted file mode 100644 index d529b7a60cbd42a673fdae33ee0bac35163647f6..0000000000000000000000000000000000000000 Binary files a/babelfish-0.6.0.tar.gz and /dev/null differ diff --git a/babelfish-0.6.1.tar.gz b/babelfish-0.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b1ff0138abb970ed71067a9caf17291861717f15 Binary files /dev/null and b/babelfish-0.6.1.tar.gz differ diff --git a/python-babelfish.spec b/python-babelfish.spec index 92a3c5683325b5f40a28343e3586a6cac70dd298..4ca139a206084868a3b91612deb1eae48184f4ea 100644 --- a/python-babelfish.spec +++ b/python-babelfish.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-babelfish -Version: 0.6.0 +Version: 0.6.1 Release: 1 Summary: A module to work with countries and languages License: BSD-3-Clause URL: https://github.com/Diaoul/babelfish -Source0: https://files.pythonhosted.org/packages/02/0d/e72bf59672ebceae99cd339106df2b0d59964e00a04f7286ae9279d9da6c/babelfish-0.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c5/8f/17ff889327f8a1c36a28418e686727dabc06c080ed49c95e3e2424a77aa6/babelfish-0.6.1.tar.gz BuildArch: noarch @@ -15,7 +15,7 @@ A module to work with countries and languages %package -n python3-babelfish Summary: A module to work with countries and languages Provides: python-babelfish -BuildRequires: python3-devel +BuildRequires: python3-devel python3-pip BuildRequires: python3-setuptools %description -n python3-babelfish A module to work with countries and languages @@ -30,10 +30,10 @@ A module to work with countries and languages %autosetup -n babelfish-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -60,13 +60,20 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-babelfish -f filelist.lst -%dir %{python3_sitelib}/* +#%files -n python3-babelfish -f filelist.lst +#%dir %{python3_sitelib}/* +%files -n python3-babelfish +%{python3_sitelib}/* + %files help -f doclist.lst %{_docdir}/* %changelog +* Thu Oct 24 2024 dongqi1 - 0.6.1-1 +- Upgrade package to version 0.6.1 +- Drop python 3.6 (EOL) and add 3.10 and 3.11 + * Fri Sep 30 2022 guozhengxin - 0.6.0-1 - Upgrade package to version 0.6.0