diff --git a/python-recordclass.changes b/python-recordclass.changes index 08e2cbb..b495462 100644 --- a/python-recordclass.changes +++ b/python-recordclass.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 5 19:05:39 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-recordclass.spec b/python-recordclass.spec index d1d1a5a..e0b1363 100644 --- a/python-recordclass.spec +++ b/python-recordclass.spec @@ -18,14 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-recordclass -Version: 0.22.0.2 +Version: 0.22.1 Release: 0 Summary: Library implementing a mutable variant of namedtuple License: MIT URL: https://github.com/intellimath/recordclass Source: https://files.pythonhosted.org/packages/source/r/recordclass/recordclass-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION Test requirements @@ -43,10 +45,10 @@ other memory saving variants. %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -57,6 +59,6 @@ export CFLAGS="%{optflags}" %doc README.md %license LICENSE.txt %{python_sitearch}/recordclass/ -%{python_sitearch}/recordclass-%{version}-py%{python_version}.egg-info/ +%{python_sitearch}/recordclass-%{version}.dist-info %changelog diff --git a/recordclass-0.22.0.2.tar.gz b/recordclass-0.22.0.2.tar.gz deleted file mode 100644 index 3b13e7d..0000000 --- a/recordclass-0.22.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d1ad1a43d97b1d7754317ea5e3903e8094bca7af9f2a08af9ff44b4c273c56 -size 1332456 diff --git a/recordclass-0.22.1.tar.gz b/recordclass-0.22.1.tar.gz new file mode 100644 index 0000000..373ad31 --- /dev/null +++ b/recordclass-0.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a4c79270edb8fb55bcb96bec0159a292b485c997e2f33b38fdc9e8d6c0c315 +size 1333756