SHA256
1
0
forked from pool/python-smmap

- update to 5.0.0:

* Dropped support 3.5
  * Added support for Python 3.10
  * drop python 2 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smmap?expand=0&rev=26
This commit is contained in:
Dirk Mueller 2022-02-22 12:21:27 +00:00 committed by Git OBS Bridge
parent ae69b4d78c
commit d44bf82150
4 changed files with 14 additions and 7 deletions

View File

@ -1,8 +1,15 @@
-------------------------------------------------------------------
Tue Feb 22 12:21:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 5.0.0:
* Dropped support 3.5
* Added support for Python 3.10
-------------------------------------------------------------------
Mon Jul 19 06:53:42 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 4.0.0:
* drop python 2 support
* drop python 2 support
-------------------------------------------------------------------
Mon Feb 1 18:17:09 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-smmap
#
# 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
@ -19,9 +19,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-smmap
Version: 4.0.0
Version: 5.0.0
Release: 0
Summary: A pure git implementation of a sliding window memory map manager
Summary: A pure python implementation of a sliding window memory map manager
License: BSD-2-Clause
URL: https://github.com/gitpython-developers/smmap
Source: https://files.pythonhosted.org/packages/source/s/smmap/smmap-%{version}.tar.gz

View File

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

BIN
smmap-5.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.