diff --git a/pendulum-3.0.0.tar.gz b/pendulum-3.0.0-gh.tar.gz similarity index 100% rename from pendulum-3.0.0.tar.gz rename to pendulum-3.0.0-gh.tar.gz diff --git a/python-pendulum.changes b/python-pendulum.changes index c8f9a5c..25c3c69 100644 --- a/python-pendulum.changes +++ b/python-pendulum.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 7 20:44:47 UTC 2025 - Ben Greiner + +- Fix sources and revert to github tarball: tests missing + ------------------------------------------------------------------- Fri Jan 3 17:36:36 UTC 2025 - Yunus Acar diff --git a/python-pendulum.spec b/python-pendulum.spec index d9cd662..609c57a 100644 --- a/python-pendulum.spec +++ b/python-pendulum.spec @@ -24,7 +24,8 @@ Summary: Python datetimes made easy License: MIT Group: Development/Languages/Python URL: https://pendulum.eustace.io -Source: https://files.pythonhosted.org/packages/source/p/pendulum/pendulum-%{version}.tar.gz +# https://github.com/sdispater/pendulum/issues/453 +Source0: https://github.com/sdispater/pendulum/archive/%{version}.tar.gz#/pendulum-%{version}-gh.tar.gz Source1: vendor.tar.zst BuildRequires: %{python_module maturin} BuildRequires: %{python_module pip}