diff --git a/flufl.i18n-3.1.3.tar.gz b/flufl.i18n-3.1.3.tar.gz new file mode 100644 index 0000000..dac6831 Binary files /dev/null and b/flufl.i18n-3.1.3.tar.gz differ diff --git a/flufl.i18n-4.1.1.tar.gz b/flufl.i18n-4.1.1.tar.gz deleted file mode 100644 index 7dc8230..0000000 Binary files a/flufl.i18n-4.1.1.tar.gz and /dev/null differ diff --git a/python-flufl.i18n.spec b/python-flufl.i18n.spec index 577fe04..d2ec541 100644 --- a/python-flufl.i18n.spec +++ b/python-flufl.i18n.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flufl.i18n -Version: 4.1.1 -Release: 1 +Version: 3.1.3 +Release: 2 Summary: High level API for internationalizing Python libraries and applications. License: Apache 2.0 URL: https://pypi.org/project/flufl.i18n -Source0: https://files.pythonhosted.org/packages/82/0f/757b6bdedaa7f29a52b37a4e59451eced726a1338ccf5b63b44fb0808193/flufl.i18n-4.1.1.tar.gz -Source1: setup.py +Source0: https://files.pythonhosted.org/packages/2f/ed/291230106c59e1270042b0161c2f84f6c3ddb3b9b02686a52d4ebf38e098/flufl.i18n-%{version}.tar.gz BuildArch: noarch %description @@ -16,7 +15,7 @@ sophisticated management of multiple-context applications such as Internet serve %package -n python3-flufl.i18n Summary: High level API for internationalizing Python libraries and applications. -Provides: python-flufl.i18n = %{version} +Provides: python-flufl.i18n BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -34,7 +33,6 @@ Development documents and examples for flufl.i18n. %prep %autosetup -n flufl.i18n-%{version} -cp %{SOURCE1} ./ %build %py3_build @@ -74,9 +72,6 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog -* Mon Apr 10 2023 wubijie - 4.1.1-1 -- Update package to version 4.1.1 - * Thu Dec 31 2020 leiju - Modify Spec and yaml filename diff --git a/setup.py b/setup.py deleted file mode 100644 index be17f5b..0000000 --- a/setup.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python - -from setuptools import setup - -if __name__ == "__main__": - setup( - name = "flufl.i18n", # name - version = "4.1.1", # version -)