15
0

- 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:
2023-03-06 21:13:40 +00:00
committed by Git OBS Bridge
parent 1e98214c44
commit cebb5f7d25
4 changed files with 16 additions and 5 deletions

View File

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