15
0

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
This commit is contained in:
2021-09-07 06:33:42 +00:00
committed by Git OBS Bridge
parent 5e876982f8
commit 4344fab020
4 changed files with 19 additions and 4 deletions

View File

@@ -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