diff --git a/pendulum-2.1.2.tar.gz b/pendulum-2.1.2.tar.gz deleted file mode 100644 index 19261bed7ab86ac5dde4a1b9fec6bf14f8f006da..0000000000000000000000000000000000000000 Binary files a/pendulum-2.1.2.tar.gz and /dev/null differ diff --git a/pendulum-3.0.0.tar.gz b/pendulum-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..96a3b02de0a8db819c152ab9b264a61ce022dcad Binary files /dev/null and b/pendulum-3.0.0.tar.gz differ diff --git a/python-pendulum.spec b/python-pendulum.spec index f7ac95558275eaad7990cdc1c96dffed39fdd286..356b9b3fac4cbc7f3bb25102ea1bfa44561ea621 100644 --- a/python-pendulum.spec +++ b/python-pendulum.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pendulum -Version: 2.1.2 +Version: 3.0.0 Release: 1 Summary: Python datetimes made easy License: MIT URL: https://pendulum.eustace.io -Source0: https://files.pythonhosted.org/packages/db/15/6e89ae7cde7907118769ed3d2481566d05b5fd362724025198bb95faf599/pendulum-2.1.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pendulum/pendulum-%{version}.tar.gz %description Python datetimes made easy. @@ -19,13 +19,15 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-poetry-core +BuildRequires: python3-maturin +BuildRequires: cargo # General requires BuildRequires: python3-dateutil -BuildRequires: python3-pytzdata +BuildRequires: python3-tzdata BuildRequires: gcc # General requires Requires: python3-dateutil -Requires: python3-pytzdata +Requires: python3-tzdata %description -n python3-pendulum Python datetimes made easy. @@ -36,7 +38,7 @@ Provides: python3-pendulum-doc Python datetimes made easy. %prep -%autosetup -n pendulum-%{version} +%autosetup -n pendulum-%{version} -p1 %build %pyproject_build @@ -78,6 +80,17 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 22 2024 yaoxin - 3.0.0-1 +- Update to 3.0.0: + * Relaxed dependency constraints. #760 + * The testing helpers are now optional and must be opted-in via the test extra. #778 + * Removed remaining mentions of periods instead of intervals. #757 + * Fixed the behavior of the week_of_month property for edge cases in January and December. #774 + * Fixed the handling of the fold attribute when deep-copying a DateTime instance. #776 + * Fixed errors where hours and days were not handled properly when adding durations. #775 + * Fixed errors where hours and days were not handled properly when adding durations. #775 +- Pelease see log : https://pendulum.eustace.io/history/ + * Thu Aug 03 2023 zhangchenglin - 2.1.2-1 - Update package to version 2.1.2 diff --git a/python-pendulum.yaml b/python-pendulum.yaml new file mode 100644 index 0000000000000000000000000000000000000000..21a5457820d08eb319d6bc1136d72d059492f94b --- /dev/null +++ b/python-pendulum.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: sdispater/pendulum +tag_pattern: "^" +seperator: "."