diff --git a/0001-Remove-the-types-python-dateutil-required-config.patch b/0001-Remove-the-types-python-dateutil-required-config.patch new file mode 100644 index 0000000000000000000000000000000000000000..f2dd030e57bca77196929bda68f594e2c332325d --- /dev/null +++ b/0001-Remove-the-types-python-dateutil-required-config.patch @@ -0,0 +1,59 @@ +From c27ff4d154aaab1ebd68c8cf75cd1d96a93711fe Mon Sep 17 00:00:00 2001 +From: desert-sailor +Date: Fri, 29 Dec 2023 16:57:48 +0800 +Subject: [PATCH] Remove the types-python-dateutil required config + +--- + PKG-INFO | 1 - + pyproject.toml | 1 - + requirements/requirements.txt | 1 - + setup.py | 2 +- + 4 files changed, 1 insertion(+), 4 deletions(-) + +diff --git a/PKG-INFO b/PKG-INFO +index 94b7642..cd5777f 100644 +--- a/PKG-INFO ++++ b/PKG-INFO +@@ -20,7 +20,6 @@ Classifier: Programming Language :: Python :: 3.11 + Classifier: Programming Language :: Python :: 3.12 + Classifier: Operating System :: OS Independent + Requires-Dist: python-dateutil>=2.7.0 +-Requires-Dist: types-python-dateutil>=2.8.10 + Requires-Dist: doc8 ; extra == "doc" + Requires-Dist: sphinx>=7.0.0 ; extra == "doc" + Requires-Dist: sphinx-autobuild ; extra == "doc" +diff --git a/pyproject.toml b/pyproject.toml +index 5ccc497..89609bd 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -24,7 +24,6 @@ classifiers = [ + ] + dependencies = [ + "python-dateutil>=2.7.0", +- "types-python-dateutil>=2.8.10", + ] + requires-python = ">=3.8" + description = "Better dates & times for Python" +diff --git a/requirements/requirements.txt b/requirements/requirements.txt +index 7d97ff8..65134a1 100644 +--- a/requirements/requirements.txt ++++ b/requirements/requirements.txt +@@ -1,2 +1 @@ + python-dateutil>=2.7.0 +-types-python-dateutil>=2.8.10 +diff --git a/setup.py b/setup.py +index 4858b0d..b47820b 100644 +--- a/setup.py ++++ b/setup.py +@@ -10,7 +10,7 @@ package_data = \ + {'': ['*']} + + install_requires = \ +-['python-dateutil>=2.7.0', 'types-python-dateutil>=2.8.10'] ++['python-dateutil>=2.7.0'] + + extras_require = \ + {'doc': ['doc8', +-- +2.41.0 + diff --git a/arrow-1.2.3.tar.gz b/arrow-1.2.3.tar.gz deleted file mode 100644 index 57ac026ee4b99b9322d674b271d6aaebcd154e48..0000000000000000000000000000000000000000 Binary files a/arrow-1.2.3.tar.gz and /dev/null differ diff --git a/arrow-1.3.0.tar.gz b/arrow-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..94e77737914927f03d77b377fb67a3e072749c56 Binary files /dev/null and b/arrow-1.3.0.tar.gz differ diff --git a/python-arrow.spec b/python-arrow.spec index ded42019404e54049b2e8a66d700db8f524a425a..6a5089cebf11e7834870e0dcf9579f52cf41bfc9 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-arrow -Version: 1.2.3 +Version: 1.3.0 Release: 1 Summary: Better dates & times for Python License: Apache-2.0 URL: https://arrow.readthedocs.io -Source0: https://files.pythonhosted.org/packages/7f/c0/c601ea7811f422700ef809f167683899cdfddec5aa3f83597edf97349962/arrow-1.2.3.tar.gz +Source0: https://files.pythonhosted.org/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173/arrow-1.3.0.tar.gz +Patch1: 0001-Remove-the-types-python-dateutil-required-config.patch BuildArch: noarch %description Arrow: Better dates & times for Python. @@ -33,7 +34,7 @@ Provides: python3-arrow-doc Arrow: Better dates & times for Python. %prep -%autosetup -n arrow-%{version} +%autosetup -n arrow-%{version} -p1 %build %py3_build @@ -74,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 22 2023 Dongxing Wang - 1.3.0-1 +- Update package to version 1.3.0 + * Tue Dec 06 2022 jiangxinyu - 1.2.3-1 - Update package to version 1.2.3