forked from pool/python-bencode
- update to 4.0.0:
* Improved API has been moved to the `bencodepy` package * Implemented backwards-compatible `bencode` package (#16) * Exception raised while attempting to decode strings on Python 3+ * Improvements to the handling of binary values (#14) * Dropped support for Python 2.6, 3.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bencode?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d65b02f174097a442a2b138208aee7fe104d2ce79e7a29fb457d0e02f38fc3d
|
||||
size 17076
|
||||
3
bencode.py-4.0.0.tar.gz
Normal file
3
bencode.py-4.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a24ccda1725a51a650893d0b63260138359eaa299bb6e7a09961350a2a6e05c
|
||||
size 19842
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 21:13:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.0:
|
||||
* Improved API has been moved to the `bencodepy` package
|
||||
* Implemented backwards-compatible `bencode` package (#16)
|
||||
* Exception raised while attempting to decode strings on
|
||||
Python 3+
|
||||
* Improvements to the handling of binary values (#14)
|
||||
* Dropped support for Python 2.6, 3.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 11:42:38 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bencode
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-bencode
|
||||
Version: 2.1.0
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: The BitTorrent bencode module as light-weight, standalone package
|
||||
License: BitTorrent-1.1
|
||||
|
||||
Reference in New Issue
Block a user