Changelog for
python-zeroconf-0.19.1-3.1.noarch.rpm :
Thu Feb 15 13:00:00 2018 alarrosaAATTsuse.com
- Remove patch which was breaking zeroconf dependency check with python3
(it was making pkg_resources generate a DistributionNotFound exception
because enum34 wasn\'t found). enum34 is only required by the python2
package, which is what the enum-compat package is all about.
* python-zeroconf-0.19.1-enum34-instead-of-enum-compat.patch
- Require python-enum-compat to require python-enum34 on python2 and
nothing on python3, just as the egg\'s requires.txt file does.
Fri Jul 7 14:00:00 2017 antoine.belvireAATTopensuse.org
- Update to version 0.19.1:
* Remove outdated example
* On Windows, python-netifaces 0.10.5 triggers a bug - This has
no impact for us, therefore there is no need for us to add a
version requirement on this dependency as upstream did.
- Rebase patch:
* Remove
python-zeroconf-0.17.4-enum34-instead-of-enum-compat.patch.
* Add python-zeroconf-0.19.1-enum34-instead-of-enum-compat.patch.
Sat Mar 18 13:00:00 2017 antoine.belvireAATTopensuse.org
- Remove .changes file from source (not needed).
Sat Mar 18 13:00:00 2017 stefan.bruensAATTrwth-aachen.de
- Convert package to python singlespec
Sat Feb 18 13:00:00 2017 antoine.belvireAATTopensuse.org
- Update to 0.18.0:
* Dropped Python 2.6 support
* Improved error handling inside code executed when Zeroconf
object is being closed
- Changes from 0.17.7:
* Better Handling of DNS Incoming Packets parsing exceptions
* Many exceptions will now log a warning the first time they are seen
* Catch and log sendto() errors
* Fix/Implement duplicate name change
* Fix overly strict name validation introduced in 0.17.6
* Greatly improve handling of oversized packets including:
+ Implement name compression per RFC1035
+ Limit size of generated packets to 9000 bytes as per RFC6762
+ Better handle over sized incoming packets
* Increased test coverage to 95%
Wed Dec 28 13:00:00 2016 jengelhAATTinai.de
- Improve write style of description
Wed Dec 28 13:00:00 2016 tbechtoldAATTsuse.com
- Use pypi.io as Source
Sun Jul 17 14:00:00 2016 antoine.belvireAATTlaposte.net
- Update to 0.17.6:
* Many improvements to address race conditions and exceptions
during ZC() startup and shutdown, thanks to: morpav, veawor,
justingiorgi, herczy, stephenrauch
* Added more test coverage: strahlex, stephenrauch
* Stephen Rauch contributed:
+ Speed up browser startup
+ Add ZeroconfServiceTypes() query class to discover all
advertised service types
+ Add full validation for service names, types and subtypes
+ Fix for subtype browsing
+ Fix DNSHInfo support
Wed Mar 16 13:00:00 2016 antoine.belvireAATTlaposte.net
- Fix build on SLE 11: avoid BuildArch noarch.
Wed Mar 16 13:00:00 2016 antoine.belvireAATTlaposte.net
- Update to 0.17.5:
* Fix OpenBSD compatibility, thanks to Alessio Sergi
* Fix race condition on ServiceBrowser startup, thanks to
gbiddison
* Fix installation on some Python 3 systems, thanks to Per
Sandström
* Fixed \"size change during iteration\" bug on Python 3, thanks to
gbiddison
Thu Mar 10 13:00:00 2016 antoine.belvireAATTlaposte.net
- New package: python-zeroconf-0.17.4
- Add python-zeroconf-0.17.4-enum34-instead-of-enum-compat.patch:
there is no need for a virtual python-enum-compat package here.