From 0b27720000bcc9534f543cfde1cee1a767ef913518740a0e1fece10de23ee00a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Dec 2015 13:39:09 +0000 Subject: [PATCH] Accepting request 348637 from home:ecsos update to 0.5.0 OBS-URL: https://build.opensuse.org/request/show/348637 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=7 --- python-augeas-0.4.1.tar.gz | 3 --- python-augeas-0.5.0.tar.gz | 3 +++ python-augeas.changes | 22 ++++++++++++++++++++++ python-augeas.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 python-augeas-0.4.1.tar.gz create mode 100644 python-augeas-0.5.0.tar.gz diff --git a/python-augeas-0.4.1.tar.gz b/python-augeas-0.4.1.tar.gz deleted file mode 100644 index 034b954..0000000 --- a/python-augeas-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d9e618fad03f68033b5ac94d0d57136df9ed75bf21c6e7877d3107866af89bf -size 89652 diff --git a/python-augeas-0.5.0.tar.gz b/python-augeas-0.5.0.tar.gz new file mode 100644 index 0000000..b77bbe3 --- /dev/null +++ b/python-augeas-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d59d66cdba8d624e0389b87b2a83a176f21f16a87553b50f5703b23f29bac2 +size 90667 diff --git a/python-augeas.changes b/python-augeas.changes index 59cd414..552ffc5 100644 --- a/python-augeas.changes +++ b/python-augeas.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Dec 13 00:27:16 UTC 2015 - ecsos@opensuse.org + +- New upstream release 0.5.0 + * Make syntax-compatible with both Python 3 and 2. + * Remove the libpython hack. + * Make tests syntax compatible with both Python 3 and 2. + * Make test failures more verbose. + * Improve error messages. + * Fix exception tests. + * Convert unicode at the C boundary. + * Add Python 3.3 to CI, and disallow failures. + * Add Travis CI settings + * Allow failures for python 3.2 + * Add text_store to the API + * Add text_retrieve to the API + * Add rename to the API + * Add transform to the API + * Add label to the API + * Use the packages from the augeas-dev PPA + * Warning: the 'name' parameter in add_transform is deprecated + ------------------------------------------------------------------- Mon Dec 9 14:34:05 UTC 2013 - aj@ajaissle.de diff --git a/python-augeas.spec b/python-augeas.spec index 8cabf54..8645b95 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -1,7 +1,7 @@ # # spec file for package python-augeas # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-augeas -Version: 0.4.1 +Version: 0.5.0 Release: 0 Summary: Python bindings for Augeas License: LGPL-2.1+