15
0
forked from pool/python-ipy

Accepting request 36484 from home:aledr:branches

Copy from home:aledr:branches/python-ipy via accept of submit request 36484 revision 2.
Request was accepted with message:
Reviewed ok, no objections since sr.

OBS-URL: https://build.opensuse.org/request/show/36484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ipy?expand=0&rev=3
This commit is contained in:
Alexandre Rogoski
2010-04-01 12:43:23 +00:00
committed by Git OBS Bridge
parent 21e57ab7b4
commit 5e855642f8
4 changed files with 45 additions and 12 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 31 18:23:55 UTC 2010 - alexandre@exatati.com.br
- Update to 0.70:
* New "major" version because it may break compatibility
* Fix __cmp__(): IP('0.0.0.0/0') and IP('0.0.0.0') are not equal
* Fix IP.net() of the network "::/0": "::" instead of "0.0.0.0". IPy 0.63 should fix this bug, but it wasn't.
Aditional changes from 0.64:
* Create MANIFEST.in to fix setup.py bdist_rpm, fix by Robert Nickel
- Spec file cleaned with spec-cleaner;
- Building as noarch for openSUSE >= 11.2.
-------------------------------------------------------------------
Wed Aug 19 12:39:49 UTC 2009 - jfunk@funktronics.ca