14
0

Accepting request 1160045 from devel:languages:python

- update to 2024.1.1:
  * move tests under package directory
  * PersistentDict: support frozendict, immutabledict, FrozenOrderedSet
  * Tag: implement eq, repr for DottedName
  * persistent_dict: separate different sources of KeyErrors
  * KeyBuilder: allow hashing of classes w/ update_persistent_hash
  * PersistentDict: replace _make_dir_recursively

OBS-URL: https://build.opensuse.org/request/show/1160045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytools?expand=0&rev=17
This commit is contained in:
2024-03-21 16:01:10 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 21 09:31:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.1.1:
* move tests under package directory
* PersistentDict: support frozendict, immutabledict, FrozenOrderedSet
* Tag: implement eq, repr for DottedName
* persistent_dict: separate different sources of KeyErrors
* KeyBuilder: allow hashing of classes w/ update_persistent_hash
* PersistentDict: replace _make_dir_recursively
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 26 22:30:31 UTC 2024 - Dirk Müller <dmueller@suse.com> Fri Jan 26 22:30:31 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,10 +16,9 @@
# #
%define skip_python2 1 %{?sle15_python_module_pythons}
%define skip_python36 1
Name: python-pytools Name: python-pytools
Version: 2023.1.1 Version: 2024.1.1
Release: 0 Release: 0
Summary: A collection of tools for Python Summary: A collection of tools for Python
License: MIT License: MIT
@@ -27,10 +26,12 @@ URL: https://pypi.python.org/pypi/pytools
Source0: https://files.pythonhosted.org/packages/source/p/pytools/pytools-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/pytools/pytools-%{version}.tar.gz
BuildRequires: %{python_module base} BuildRequires: %{python_module base}
BuildRequires: %{python_module numpy >= 1.6.0} BuildRequires: %{python_module numpy >= 1.6.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module platformdirs >= 2.2.0} BuildRequires: %{python_module platformdirs >= 2.2.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions if %python-base < 3.11} BuildRequires: %{python_module typing_extensions if %python-base < 3.11}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-numpy >= 1.6.0 Requires: python-numpy >= 1.6.0
@@ -58,10 +59,10 @@ nonetheless, here's what's on offer:
%setup -q -n pytools-%{version} %setup -q -n pytools-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80637873d206f6bcedf7cdb46ad93e868acb4ea2256db052dfcca872bdd0321f
size 75472

3
pytools-2024.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c88edfa990c8e325167c37659fb1e10a3c1133dfaf752bbd7d8456402b8dcff
size 77122