Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596502 - =dev-python/dnspython-1.15.0 version bump
Summary: =dev-python/dnspython-1.15.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-08 01:44 UTC by Manuel Rüger (RETIRED)
Modified: 2016-10-10 18:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2016-10-08 01:44:47 UTC
dnspython-1.15.0 has a unified codebase for python2 and python3 again.

I guess we'll move it to a slot0 (if we can reuse that)?

Changes:

2016-09-29  Bob Halley  <halley@dnspython.org>

	* IDNA 2008 support is now available if the "idna" module has been
	  installed and IDNA 2008 is requested.  The default IDNA behavior
	  is still IDNA 2003.  The new IDNA codec mechanism is currently
	  only useful for direct calls to dns.name.from_text() or
	  dns.name.from_unicode(), but in future releases it will be
	  deployed throughout dnspython, e.g. so that you can read a
	  masterfile with an IDNA 2008 codec in force.

	* By default, dns.name.to_unicode() is not strict about which
	  version of IDNA the input complies with.  Strictness can be
	  requested by using one of the strict IDNA codecs.

	* Add AVC RR support.

	* Some problems with newlines in various output modes have been
	  addressed.

	* dns.name.to_text() now returns text and not bytes on Python 3.x

	* More miscellaneous fixes for the Python 2/3 codeline merge.

2016-05-27  Bob Halley  <halley@dnspython.org>

	* (Version 1.14.0 released)

	* Add CSYNC RR support

	* Fix bug in LOC which destroyed N/S and E/W distinctions within
	  a degree of the equator or prime merdian respectively.

	* Misc. fixes to deal with fallout from the Python 2 & 3 merge.
	  [issue #156], [issue #157], [issue #158], [issue #159],
	  [issue #160].

	* Running with python optimization on caused issues when
	  stripped docstrings were referenced. [issue #154]

	* dns.zone.from_text() erroneously required the zone to be provided.
	  [issue #153]

2016-05-13  Bob Halley  <halley@dnspython.org>

	* dns/message.py (make_query): Setting any value which implies
	  EDNS will turn on EDNS if 'use_edns' has not been specified.

2016-05-12  Bob Halley  <halley@dnspython.org>

	* TSIG signature algorithm setting was broken by the Python 2
	  and Python 3 code line merge.  Fixed.

2016-05-10  Bob Halley  <halley@dnspython.org>

	* (Version 1.13.0 released)

2016-05-10  Bob Halley  <halley@dnspython.org>

	* Dropped support for Python 2.4 and 2.5.

	* Zone origin can be specified as a string.

	* Support string representation for all DNSExceptions.

	* Use setuptools not distutils

	* A number of Unicode name bug fixes.

	* Added support for CAA, CDS, CDNSKEY, EUI48, EUI64, and URI RR
	  types.

	* Names now support the pickle protocol.

	* NameDicts now keep the max-depth value correct, and update
	  properly.

	* resolv.conf processing rejects lines with too few tokens.

	* Ports can be specified per-nameserver in the stub resolver.

2016-05-03  Arthur Gautier

        * Single source support for python 2.6+ and 3.3+

2014-09-04  Bob Halley  <halley@dnspython.org>

	* Comparing two rdata is now always done by comparing the binary
	  data of the DNSSEC digestable forms.  This corrects a number of
	  errors where dnspython's rdata comparison order was not the
	  DNSSEC order.

	* Add CAA implementation.  Thanks to Brian Wellington for the
	  patch.
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-10-10 18:42:06 UTC
I think we can reuse it, it's what I did anyway, yell at me if I broke things...