Accepting request 1238538 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1238538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pendulum?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2025-01-18 12:18:12 +00:00 committed by Git OBS Bridge
commit 35f145e0ab
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 10 15:47:09 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Skip python313: Not maintained enough
gh#python-pendulum/pendulum#844
-------------------------------------------------------------------
Wed Jan 8 09:27:19 UTC 2025 - Ben Greiner <code@bnavigator.de>

View File

@ -17,6 +17,8 @@
%{?sle15_python_module_pythons}
# gh#python-pendulum/pendulum#844
%define skip_python313 1
Name: python-pendulum
Version: 3.0.0
Release: 0
@ -65,6 +67,6 @@ export CARGO_HOME=$PWD/rust/.cargo
%doc README.rst
%license LICENSE
%{python_sitearch}/pendulum
%{python_sitearch}/pendulum-%{version}*-info
%{python_sitearch}/pendulum-%{version}.dist-info
%changelog