Accepting request 707398 from home:pgajdos

- version update to 2.0.0
  * Support for bytes
  * File read/write functions: bread(fp), bwrite(data, fp)
  * Improved support for unicode strings
- added sources
  https://github.com/fuzeman/bencode.py/issues/12
  + BitTorrent-1.1.txt

OBS-URL: https://build.opensuse.org/request/show/707398
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bencode?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-06-04 08:00:37 +00:00
committed by Git OBS Bridge
parent 61d6abf2a6
commit 737433150b
5 changed files with 165 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 4 07:01:19 UTC 2019 - pgajdos@suse.com
- version update to 2.0.0
* Support for bytes
* File read/write functions: bread(fp), bwrite(data, fp)
* Improved support for unicode strings
- added sources
https://github.com/fuzeman/bencode.py/issues/12
+ BitTorrent-1.1.txt
-------------------------------------------------------------------
Tue Dec 4 12:46:04 UTC 2018 - Matej Cepl <mcepl@suse.com>