Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8683417d05 | |||
| fbfeb5db16 |
BIN
constantly-15.1.0.tar.gz
LFS
BIN
constantly-15.1.0.tar.gz
LFS
Binary file not shown.
BIN
constantly-23.10.4.tar.gz
LFS
Normal file
BIN
constantly-23.10.4.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 11:57:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 23.10.4:
|
||||||
|
* switch to PEP517 build
|
||||||
|
* Python 3.12 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 25 13:30:48 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Mon Sep 25 13:30:48 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-constantly
|
# spec file for package python-constantly
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,15 +18,17 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-constantly
|
Name: python-constantly
|
||||||
Version: 15.1.0
|
Version: 23.10.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Symbolic constants in Python
|
Summary: Symbolic constants in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/twisted/constantly
|
URL: https://github.com/twisted/constantly
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/constantly/constantly-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/constantly/constantly-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module versioneer}
|
BuildRequires: %{python_module versioneer}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -38,20 +40,19 @@ It includes collections and constants with text, numeric, and bit flag values.
|
|||||||
Originally ``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_ project.
|
Originally ``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_ project.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n constantly-%{version}
|
%autosetup -p1 -n constantly-%{version}
|
||||||
rm -rf versioneer.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/constantly
|
%{python_sitelib}/constantly
|
||||||
%{python_sitelib}/constantly-%{version}*-info
|
%{python_sitelib}/constantly-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user