Accepting request 944913 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/944913 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-toolz?expand=0&rev=7
This commit is contained in:
commit
f5a9b412c9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 6 15:06:13 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- update to 0.11.2
|
||||
* Support Python 3.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 22:48:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-toolz
|
||||
#
|
||||
# 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
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-toolz
|
||||
Version: 0.11.1
|
||||
Version: 0.11.2
|
||||
Release: 0
|
||||
Summary: List processing tools and functional utilities for python
|
||||
License: BSD-3-Clause
|
||||
@ -56,6 +56,6 @@ A set of python utility functions for iterators, functions, and dictionaries.
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/toolz/
|
||||
%{python_sitelib}/tlz/
|
||||
%{python_sitelib}/toolz-%{version}-py*.egg-info/
|
||||
%{python_sitelib}/toolz-%{version}*-info/
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7a47921f07822fe534fb1c01c9931ab335a4390c782bd28c6bcc7c2f71f3fbf
|
||||
size 64428
|
3
toolz-0.11.2.tar.gz
Normal file
3
toolz-0.11.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b312d5e15138552f1bda8a4e66c30e236c831b612b2bf0005f8a1df10a4bc33
|
||||
size 65928
|
Loading…
Reference in New Issue
Block a user