diff --git a/babelfish-0.5.5.tar.gz b/babelfish-0.5.5.tar.gz deleted file mode 100644 index 7157b19e454261482829fec2882b53768e472872..0000000000000000000000000000000000000000 Binary files a/babelfish-0.5.5.tar.gz and /dev/null differ diff --git a/babelfish-0.6.0.tar.gz b/babelfish-0.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d529b7a60cbd42a673fdae33ee0bac35163647f6 Binary files /dev/null and b/babelfish-0.6.0.tar.gz differ diff --git a/python-babelfish.spec b/python-babelfish.spec index 7511deb7296f31f81412e407af4157e23629a135..92a3c5683325b5f40a28343e3586a6cac70dd298 100644 --- a/python-babelfish.spec +++ b/python-babelfish.spec @@ -1,32 +1,33 @@ %global _empty_manifest_terminate_build 0 Name: python-babelfish -Version: 0.5.5 -Release: 2 +Version: 0.6.0 +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/34/b7/b36c651a9136990060ab4d6c9a32de81752123105b940b2f3b958e5c6cd0/babelfish-0.5.5.tar.gz +Source0: https://files.pythonhosted.org/packages/02/0d/e72bf59672ebceae99cd339106df2b0d59964e00a04f7286ae9279d9da6c/babelfish-0.6.0.tar.gz BuildArch: noarch -%global _description\ +%description A module to work with countries and languages -%description %_description %package -n python3-babelfish Summary: A module to work with countries and languages Provides: python-babelfish BuildRequires: python3-devel BuildRequires: python3-setuptools -%description -n python3-babelfish %_description +%description -n python3-babelfish +A module to work with countries and languages %package help Summary: Development documents and examples for babelfish Provides: python3-babelfish-doc -%description help %_description +%description help +A module to work with countries and languages %prep -%autosetup -n babelfish-0.5.5 +%autosetup -n babelfish-%{version} %build %py3_build @@ -66,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 30 2022 guozhengxin - 0.6.0-1 +- Upgrade package to version 0.6.0 + * Tue May 10 2022 houyingchao - 0.5.5-2 - License compliance rectification