[openstack-announce] [release][oslo] pylockfile release 0.11.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Oct 12 15:58:48 UTC 2015
We are overjoyed to announce the release of:
pylockfile 0.11.0: Platform-independent file locking module
This release is part of the mitaka release series.
With source available at:
http://git.openstack.org/cgit/openstack/pylockfile
With package available at:
https://pypi.python.org/pypi/lockfile
For more details, please see the git log history below and:
http://launchpad.net/pylockfile/+milestone/0.11.0
Please report issues through launchpad:
http://bugs.launchpad.net/pylockfile
Changes in lockfile 0.10.2..0.11.0
----------------------------------
4a7a20d Add deprecated warnings to index.rst
6e9888d Fix PIDLockFile.acquire() may loop indefinitely
0c970a6 Fix failure - from lockfile import *
333cbd3 lockfile.acquire doesn't accept a timeout of 0
c2a5048 Update README format for our release script
90b5811 Begin moving some of the common code to a shared base
028164a Add pbr to dependency list
af3b2bd The version of sphinx being brought in is broken
0bb83aa Fix Git URLs
Diffstat (except docs and test files)
-------------------------------------
README | 27 --------------
README.rst | 27 ++++++++++++++
lockfile/__init__.py | 89 +++++++++++++++++++++++++--------------------
lockfile/linklockfile.py | 2 +-
lockfile/mkdirlockfile.py | 2 +-
lockfile/pidlockfile.py | 6 +--
lockfile/sqlitelockfile.py | 2 +-
lockfile/symlinklockfile.py | 2 +-
requirements.txt | 5 +++
setup.cfg | 2 +-
test-requirements.txt | 2 +-
tox.ini | 1 +
13 files changed, 103 insertions(+), 76 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..c81bd8e
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,5 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr>=0.6,!=0.7,<1.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2e087ff..d0e5cff 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2 +2 @@ nose
-sphinx>=1.1.2,!=1.2.0,<1.3
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
More information about the OpenStack-announce
mailing list