From 4344fab02053d518ff0346323391b3a23f0e06c84f8f463f4fad97b5cc25257d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 7 Sep 2021 06:33:42 +0000 Subject: [PATCH] Accepting request 917127 from home:mnhauke - Update to version 4.0.2 * Restore compatibility with Python 3.5 * fix packaging, remove vestiges of type stubs * Remove unused type * Add a mailmap * remove old .pyi type stub * Implement code review suggestions for types * Code formatting (isort and black) * Move type annotations inline * Directly distribute type stub file via PEP 561 * Handle another indexing case from NumPy OBS-URL: https://build.opensuse.org/request/show/917127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-set?expand=0&rev=15 --- ordered-set-3.1.1.tar.gz | 3 --- ordered-set-4.0.2.tar.gz | 3 +++ python-ordered-set.changes | 15 +++++++++++++++ python-ordered-set.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 ordered-set-3.1.1.tar.gz create mode 100644 ordered-set-4.0.2.tar.gz diff --git a/ordered-set-3.1.1.tar.gz b/ordered-set-3.1.1.tar.gz deleted file mode 100644 index 959b9f6..0000000 --- a/ordered-set-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7bfa858748c73b096e43db14eb23e2bc714a503f990c89fac8fab9b0ee79724 -size 10520 diff --git a/ordered-set-4.0.2.tar.gz b/ordered-set-4.0.2.tar.gz new file mode 100644 index 0000000..6fd1061 --- /dev/null +++ b/ordered-set-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba93b2df055bca202116ec44b9bead3df33ea63a7d5827ff8e16738b97f33a95 +size 10658 diff --git a/python-ordered-set.changes b/python-ordered-set.changes index 10c7e2e..a1d83d0 100644 --- a/python-ordered-set.changes +++ b/python-ordered-set.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Sep 6 13:54:50 UTC 2021 - Martin Hauke + +- Update to version 4.0.2 + * Restore compatibility with Python 3.5 + * fix packaging, remove vestiges of type stubs + * Remove unused type + * Add a mailmap + * remove old .pyi type stub + * Implement code review suggestions for types + * Code formatting (isort and black) + * Move type annotations inline + * Directly distribute type stub file via PEP 561 + * Handle another indexing case from NumPy + ------------------------------------------------------------------- Thu Jun 17 17:22:40 UTC 2021 - Ben Greiner diff --git a/python-ordered-set.spec b/python-ordered-set.spec index 28ddf13..cfb5290 100644 --- a/python-ordered-set.spec +++ b/python-ordered-set.spec @@ -31,7 +31,7 @@ %bcond_with test %endif Name: python-%{modname}%{psuffix} -Version: 3.1.1 +Version: 4.0.2 Release: 0 Summary: Custom MutableSet that remembers its order License: MIT