2011-09-20 13:43:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 20 13:40:39 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Fixed non-executable script rpmlint warning
|
|
|
|
- Readded dependency on python-setuptools (with python-distribute):
|
|
|
|
You can't simply remove this, it will break RPMs update mechanism!
|
|
|
|
- Preparatory stuff belongs into the %prep section and the %clean
|
|
|
|
section has a sane default
|
|
|
|
|
2011-09-14 00:38:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 14 00:32:39 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Regenerate spec file with py2pack;
|
|
|
|
- Removed unneded python-setuptools BuildRequires;
|
|
|
|
- Update to 0.7.6:
|
|
|
|
* A bug fix point release
|
|
|
|
* Refreshed 3rd party data caches
|
|
|
|
* Tested against Python 3.2.x and PyPy 1.6.x
|
|
|
|
* Fixed unit tests under for Mac OSX
|
|
|
|
Specific bug fixes addressed in this release
|
|
|
|
--------------------------------------------
|
|
|
|
* FIXED Issue 15 - http://github.com/drkjam/netaddr/issues/15
|
|
|
|
- Incorrect and invalid glob produced when last octet is not *
|
|
|
|
* FIXED Issue 13 - http://github.com/drkjam/netaddr/issues/13
|
|
|
|
- Added support for IPython 0.11 API changes. Thanks juliantaylor
|
|
|
|
* FIXED Issue 11 - http://github.com/drkjam/netaddr/issues/11
|
|
|
|
- Calling valid_glob on cidr raises ValueError. Thanks radicand
|
|
|
|
* FIXED Issue 7 - http://github.com/drkjam/netaddr/issues/7
|
|
|
|
- Unpickling Bug in IPSet. Thanks LuizOz and labeneator
|
|
|
|
* FIXED Issue 2 - http://github.com/drkjam/netaddr/issues/2
|
|
|
|
- UnboundLocalError raised in IPNetwork constructor. Thanks keesbos
|
|
|
|
|
|
|
|
Miscellanea
|
|
|
|
-----------
|
|
|
|
- Has a famous soft drink company started making it own NICs?
|
|
|
|
|
2011-03-03 09:55:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 3 09:51:36 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Spec file cleanup:
|
|
|
|
* Added %changelog
|
|
|
|
* Removed empty lines
|
|
|
|
* Added AUTHORS, CHANGELOG, COPYRIGHT, README, LICENSE and
|
|
|
|
THANKS files (all documentation)
|
|
|
|
|
2010-10-06 01:58:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 6 01:41:45 UTC 2010 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 0.7.5:
|
|
|
|
* Python 3.x is now fully supported. The paint is still drying on this so
|
|
|
|
please help with testing and raise bug tickets when you find any issues!
|
|
|
|
* Moved code hosting to github. All history ported thanks to the most
|
|
|
|
excellent tool, svn2git (http://github.com/nirvdrum/svn2git).
|
|
|
|
* All netaddr objects now use approx. 65% less memory due to the use of
|
|
|
|
__slots__ in classes throughout the codebase. Thanks to Stefan Nordhausen
|
|
|
|
and his Python guru for this suggestion!
|
|
|
|
* Applied many optimisations and speedups throughout the codebase.
|
|
|
|
* Fixed the behaviour of the IPNetwork constructor so it now behaves in
|
|
|
|
a much more sensible and expected way (i.e. no longer uses inet_aton
|
|
|
|
semantics which is just plain odd for network addresses).
|
|
|
|
* One minor change to behaviour in this version is that the .value property
|
|
|
|
on IPAddress and IPNetwork objects no longer support assignment using a
|
|
|
|
string IP address. Only integer value assignments are now valid. The impact
|
|
|
|
of this change should be minimal for the majority of users.
|
|
|
|
* FIXED Issue 49 - http://code.google.com/p/netaddr/issues/detail?id=49
|
|
|
|
- Incorrect IP range recognition on IPs with leading zeros
|
|
|
|
* FIXED Issue 50 - http://code.google.com/p/netaddr/issues/detail?id=50
|
|
|
|
- CIDR block parsing
|
|
|
|
* FIXED Issue 52 - http://code.google.com/p/netaddr/issues/detail?id=52
|
|
|
|
- ipv6 cidr matches incorrectly match ipv4 [sic]
|
|
|
|
* FIXED Issue 53 - http://code.google.com/p/netaddr/issues/detail?id=53
|
|
|
|
- Error in online documentation
|
|
|
|
* FIXED Issue 54 - http://code.google.com/p/netaddr/issues/detail?id=54
|
|
|
|
- IP recognition failure
|
|
|
|
* FIXED Issue 55 - http://code.google.com/p/netaddr/issues/detail?id=55
|
|
|
|
- Support for Python 3.x
|
|
|
|
* FIXED Issue 56 - http://code.google.com/p/netaddr/issues/detail?id=56
|
|
|
|
- checking IPAddress in IPNetwork
|
|
|
|
* FIXED Issue 57 - http://code.google.com/p/netaddr/issues/detail?id=57
|
|
|
|
- netaddr objects can't pickle
|
|
|
|
* FIXED Issue 58 - http://code.google.com/p/netaddr/issues/detail?id=58
|
|
|
|
- IPSet operations should accept the same arguments as IPAddress
|
|
|
|
* FIXED Issue 59 - http://code.google.com/p/netaddr/issues/detail?id=59
|
|
|
|
- netaddr fails to load when imported by a PowerDNS coprocess
|
|
|
|
|
2010-05-12 11:42:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 12 11:36:17 UTC 2010 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Initial package (0.7.4) for openSUSE.
|