14
0

- update to 2022.1:

* use platformdirs
  * add typing to memoize_in
  * type annotations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=38
This commit is contained in:
2022-02-15 09:05:59 +00:00
committed by Git OBS Bridge
parent 4f4cd46fd3
commit 5f16c4a753
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 15 09:04:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2022.1:
* use platformdirs
* add typing to memoize_in
* type annotations
-------------------------------------------------------------------
Mon Apr 19 02:01:33 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytools
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,23 +20,23 @@
%define skip_python2 1
%define skip_python36 1
Name: python-pytools
Version: 2021.2.3
Version: 2022.1
Release: 0
Summary: A collection of tools for Python
License: MIT
URL: https://pypi.python.org/pypi/pytools
Source0: https://files.pythonhosted.org/packages/source/p/pytools/pytools-%{version}.tar.gz
BuildRequires: %{python_module appdirs >= 1.4.0}
BuildRequires: %{python_module base}
BuildRequires: %{python_module numpy >= 1.6.0}
BuildRequires: %{python_module platformdirs >= 2.2.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: ( python3-dataclasses >= 0.7 if python3-base <= 3.6 )
BuildRequires: ( python36-dataclasses >= 0.7 if python36-base )
Requires: python-appdirs >= 1.4.0
Requires: python-numpy >= 1.6.0
Requires: python-platformdirs
%if %{python_version_nodots} <= 36
Requires: python-dataclasses >= 0.7
%endif

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f953063afe8218ef42d71dd461ce8f9587899ea561db19c64f2701a08eee57e
size 63283

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:197aacf6e1f5d60c715b92438792acb7702aed59ebbfb147fa84eda780e54fee
size 67423