forked from pool/python-recordclass
- update to 0.22.1:
* Add `pyproject.toml`. - update to 0.22.0.3: * Rename examples est_*.py files since they are detected by pytest as a tests. * Fix segfault with litelist after 0.22.0.2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recordclass?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 19:05:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.22.1:
|
||||||
|
* Add `pyproject.toml`.
|
||||||
|
- update to 0.22.0.3:
|
||||||
|
* Rename examples est_*.py files since they are detected by
|
||||||
|
pytest as a tests.
|
||||||
|
* Fix segfault with litelist after 0.22.0.2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 2 15:13:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jul 2 15:13:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-recordclass
|
Name: python-recordclass
|
||||||
Version: 0.22.0.2
|
Version: 0.22.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library implementing a mutable variant of namedtuple
|
Summary: Library implementing a mutable variant of namedtuple
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/intellimath/recordclass
|
URL: https://github.com/intellimath/recordclass
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/recordclass/recordclass-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/recordclass/recordclass-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION Test requirements
|
# SECTION Test requirements
|
||||||
@@ -43,10 +45,10 @@ other memory saving variants.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -57,6 +59,6 @@ export CFLAGS="%{optflags}"
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitearch}/recordclass/
|
%{python_sitearch}/recordclass/
|
||||||
%{python_sitearch}/recordclass-%{version}-py%{python_version}.egg-info/
|
%{python_sitearch}/recordclass-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64d1ad1a43d97b1d7754317ea5e3903e8094bca7af9f2a08af9ff44b4c273c56
|
|
||||||
size 1332456
|
|
3
recordclass-0.22.1.tar.gz
Normal file
3
recordclass-0.22.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80a4c79270edb8fb55bcb96bec0159a292b485c997e2f33b38fdc9e8d6c0c315
|
||||||
|
size 1333756
|
Reference in New Issue
Block a user