[Python-modules-commits] [flufl.lock] 02/04: Import flufl.lock_2.4.1.orig.tar.gz
Barry Warsaw
barry at moszumanska.debian.org
Thu Oct 29 14:50:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository flufl.lock.
commit e5c54fd3704c2d7f1f65f46a3bd3700e868a5542
Author: Barry Warsaw <barry at python.org>
Date: Thu Oct 29 10:43:01 2015 -0400
Import flufl.lock_2.4.1.orig.tar.gz
---
MANIFEST.in | 2 +-
PKG-INFO | 6 +++++-
flufl.lock.egg-info/PKG-INFO | 6 +++++-
flufl.lock.egg-info/SOURCES.txt | 1 +
flufl/lock/NEWS.rst | 4 ++++
flufl/lock/__init__.py | 2 +-
tox.ini | 5 +++++
7 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index 02bbbc4..0bafe68 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include *.py MANIFEST.in
+include *.py MANIFEST.in *.ini
global-include *.txt *.rst
exclude .gitignore
prune build
diff --git a/PKG-INFO b/PKG-INFO
index c45947e..38fa3e5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: flufl.lock
-Version: 2.4
+Version: 2.4.1
Summary: NFS-safe file locking with timeouts for POSIX systems.
Home-page: http://launchpad.net/flufl.lock
Author: Barry Warsaw
@@ -64,6 +64,10 @@ Description: ==========
NEWS for flufl.lock
===================
+ 2.4.1 (2015-10-29)
+ ==================
+ * Fix the MANIFEST.in so that tox.ini is included in the sdist.
+
2.4 (2015-10-10)
================
* Drop Python 2.6 compatibility.
diff --git a/flufl.lock.egg-info/PKG-INFO b/flufl.lock.egg-info/PKG-INFO
index c45947e..38fa3e5 100644
--- a/flufl.lock.egg-info/PKG-INFO
+++ b/flufl.lock.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: flufl.lock
-Version: 2.4
+Version: 2.4.1
Summary: NFS-safe file locking with timeouts for POSIX systems.
Home-page: http://launchpad.net/flufl.lock
Author: Barry Warsaw
@@ -64,6 +64,10 @@ Description: ==========
NEWS for flufl.lock
===================
+ 2.4.1 (2015-10-29)
+ ==================
+ * Fix the MANIFEST.in so that tox.ini is included in the sdist.
+
2.4 (2015-10-10)
================
* Drop Python 2.6 compatibility.
diff --git a/flufl.lock.egg-info/SOURCES.txt b/flufl.lock.egg-info/SOURCES.txt
index a2f79dc..ce5b4e6 100644
--- a/flufl.lock.egg-info/SOURCES.txt
+++ b/flufl.lock.egg-info/SOURCES.txt
@@ -4,6 +4,7 @@ setup.cfg
setup.py
setup_helpers.py
template.py
+tox.ini
flufl/__init__.py
flufl.lock.egg-info/PKG-INFO
flufl.lock.egg-info/SOURCES.txt
diff --git a/flufl/lock/NEWS.rst b/flufl/lock/NEWS.rst
index 7bd8a63..acb5171 100644
--- a/flufl/lock/NEWS.rst
+++ b/flufl/lock/NEWS.rst
@@ -2,6 +2,10 @@
NEWS for flufl.lock
===================
+2.4.1 (2015-10-29)
+==================
+ * Fix the MANIFEST.in so that tox.ini is included in the sdist.
+
2.4 (2015-10-10)
================
* Drop Python 2.6 compatibility.
diff --git a/flufl/lock/__init__.py b/flufl/lock/__init__.py
index 78d7fcc..fee39bf 100644
--- a/flufl/lock/__init__.py
+++ b/flufl/lock/__init__.py
@@ -29,7 +29,7 @@ __all__ = [
]
-__version__ = '2.4'
+__version__ = '2.4.1'
# Public API.
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..2c07170
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,5 @@
+[tox]
+envlist = py27,py34,py35
+
+[testenv]
+commands = python setup.py test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flufl.lock.git
More information about the Python-modules-commits
mailing list