14
0

56 Commits

Author SHA256 Message Date
Berthold Gunreben
4b57e50272 Accepting request 63285 from devel:languages:python
Accepted submit request 63285 from user saschpe

OBS-URL: https://build.opensuse.org/request/show/63285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netaddr?expand=0&rev=4
2011-03-08 09:42:02 +00:00
Sascha Peilicke
ece004f668 - Spec file cleanup:
* Added %changelog
  * Removed empty lines
  * Added AUTHORS, CHANGELOG, COPYRIGHT, README, LICENSE and
    THANKS files (all documentation)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=3
2011-03-03 09:55:40 +00:00
Ruediger Oertel
60345cf38e Autobuild autoformatter for 60305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netaddr?expand=0&rev=2
2011-02-11 00:54:27 +00:00
Ruediger Oertel
59913238c6 Accepting request 60305 from devel:languages:python
Accepted submit request 60305 from user ug

OBS-URL: https://build.opensuse.org/request/show/60305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netaddr?expand=0&rev=1
2011-02-11 00:54:18 +00:00
Alexandre Rogoski
ba574650f5 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=2
2010-10-06 01:58:49 +00:00
Alexandre Rogoski
63bd84853d - Initial package (0.7.4) for openSUSE.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netaddr?expand=0&rev=1
2010-05-12 11:42:20 +00:00