From ce1be3f0b27d0e8c37683b835f6035c5d2d8a4ac Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 24 Jul 2018 21:54:53 +0200 Subject: [PATCH] Bump version to 0.6.1 Also switch downloads repository to HTTPS. --- NEWS | 13 +++++++++++++ README.rst | 4 ++-- doc/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f9002c7..7fb0d69 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ News ==== +Version 0.6.1 +------------- + +*released Tue, 24 Jul 2018* + +Minor compatibility fix: on Linux, drop the use of the `attr` library, +and instead switch to the glibc header `sys/xattr.h`, which is provided +for a really long time (since glibc 2.3). The formerly used header +`attr/xattr.h` has been removed from the `attr` library in version +2.4.48. + +Fix provided by Lars Wendler, many thanks! + Version 0.6.0 ------------- diff --git a/README.rst b/README.rst index d7c1000..033d597 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ This is the pyxattr module, a Python extension module which gives access to the extended attributes for filesystem objects available in some operating systems. -Downloads: go to http://pyxattr.k1024.org/downloads/. Latest -version is 0.6.0. The source repository is either at +Downloads: go to https://pyxattr.k1024.org/downloads/. Latest +version is 0.6.1. The source repository is either at http://git.k1024.org/pyxattr.git or at https://github.com/iustin/pyxattr. diff --git a/doc/conf.py b/doc/conf.py index e6c994a..a2ac56a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ copyright = u'2002, 2003, 2006, 2008, 2012, 2013, 2014, 2015, Iustin Pop' # built documents. # # The short X.Y version. -version = '0.6.0' +version = '0.6.1' # The full version, including alpha/beta/rc tags. -release = '0.6.0' +release = '0.6.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 85e6924..4cd944b 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ except ImportError: long_desc = """This is a C extension module for Python which implements extended attributes manipulation. It is a wrapper on top of the attr C library - see attr(5).""" -version = "0.6.0" +version = "0.6.1" author = "Iustin Pop" author_email = "iustin@k1024.org" libraries = [] -- 2.39.2