14
0
forked from pool/python-bidict

Accepting request 895557 from home:DocB:branches:devel:languages:python

- Update to version 0.21.2
  * Include `py.typed <https://www.python.org/dev/peps/pep-0561/#packaging-type-information>`__
    file to mark :mod:`bidict` as type hinted.

OBS-URL: https://build.opensuse.org/request/show/895557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=19
This commit is contained in:
2021-05-26 14:48:42 +00:00
committed by Git OBS Bridge
parent 55279e34fb
commit a63a8df297
4 changed files with 12 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 26 07:30:55 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- Update to version 0.21.2
* Include `py.typed <https://www.python.org/dev/peps/pep-0561/#packaging-type-information>`__
file to mark :mod:`bidict` as type hinted.
-------------------------------------------------------------------
Tue Sep 1 04:48:00 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bidict
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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.21.0
Version: 0.21.2
Release: 0
Summary: Bidirectional map implementation for Python
License: MPL-2.0