14
0
forked from pool/python-bidict

- update to 0.22.1:

* Only include the source code in the source distribution. This
    reduces the size of the source distribution from ~200kB to ~30kB.
  * Fix the return type hint of bidict.inverted() to return an
    Iterator, rather than an Iterable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=24
This commit is contained in:
2023-02-15 14:21:25 +00:00
committed by Git OBS Bridge
parent 3aacdee532
commit d63bdddfea
4 changed files with 15 additions and 6 deletions

View File

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

3
bidict-0.22.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 10 10:31:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.22.1:
* Only include the source code in the source distribution. This
reduces the size of the source distribution from ~200kB to ~30kB.
* Fix the return type hint of bidict.inverted() to return an
Iterator, rather than an Iterable
-------------------------------------------------------------------
Sat Sep 24 10:33:36 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bidict
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-bidict
Version: 0.22.0
Version: 0.22.1
Release: 0
Summary: Bidirectional map implementation for Python
License: MPL-2.0
@@ -57,7 +57,7 @@ export LANG=en_US.UTF-8
%check
export LANG=en_US.UTF-8
%python_expand py.test-%{$python_bin_suffix}
%pytest
%files %{python_files}
%doc CHANGELOG.rst README.rst docs/*.rst