[Python-modules-commits] [systemfixtures] 02/04: New upstream version 0.4.1

Free Ekanayaka freee at moszumanska.debian.org
Mon Oct 31 13:59:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

freee pushed a commit to branch master
in repository systemfixtures.

commit 4f29a3c42642720ff4a7730b687ea23a5e142e42
Author: Free Ekanayaka <freee at debian.org>
Date:   Sat Oct 29 13:50:42 2016 +0000

    New upstream version 0.4.1
---
 .travis.yml                         | 29 -----------------------------
 ChangeLog                           |  5 +++++
 MANIFEST.in                         |  1 +
 PKG-INFO                            |  2 +-
 setup.cfg                           |  4 ++--
 systemfixtures.egg-info/PKG-INFO    |  2 +-
 systemfixtures.egg-info/SOURCES.txt |  2 +-
 systemfixtures.egg-info/pbr.json    |  2 +-
 8 files changed, 12 insertions(+), 35 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index af64fb4..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-sudo: false
-language: python
-
-python:
-  - "2.7"
-  - '3.5'
-
-install:
-  - pip install tox-travis
-  - pip install python-coveralls
-
-script:
-  - tox
-
-after_success:
-  - coveralls
-
-deploy:
-  provider: pypi
-  user: free.ekanayaka
-  password:
-    secure: C1fH6R8Zql0/TcqNihRkO81pt7iNCTAafOtHWId6xi1eS34ymVoqh2GuqsAaJTk+xlIp2bePJR98M8bj5OwBbHilWpBYeTy10T5vVUcao4trbqaylL7nXMbJWl4I011reWkM3fISYX2mhevhf0g3KRMckEkCCcsTKIl2qrzwm1YTuHJBvfzJzVWj7ZeNVyawwRKRfs2KTH25JS4uf6Q4mYGS0nrs04VlHdtqwx0NqjOGgbYTylvl6omBtyJ8Z7VIDPl7whj+HCb0wAOUGvCLiTvSqZUpIlEeo6qF299xf8P7pXmo+29M6Moe03GNtFdBoskesezmwf5oT7CiSzTEjbOrVfHCqcD/00SRs2qH2ex8uJcb3vcj+i4qOMnhhcLCKTY7sFYeRoabwDp28SqY4FtEN+4mveUUdtO246hWC9n99wNJTODdfJG/TPmJ58h5HWepP8muG8Zqv94B177rSfkx4BlSCOY6 [...]
-  docs_dir: .tox/docs35/tmp/doctest
-  upload_docs: true
-  on:
-    tags: true
-    condition: $TRAVIS_PYTHON_VERSION = "3.5"
-    distributions: "sdist bdist_wheel"
-    repo: freeekanayaka/systemfixtures
diff --git a/ChangeLog b/ChangeLog
index de2249a..7f570a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 CHANGES
 =======
 
+0.4.1
+-----
+
+* Don't include .travis.yml in the tarball
+
 0.4.0
 -----
 
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..cef3c93
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+exclude .travis.yml
diff --git a/PKG-INFO b/PKG-INFO
index 0535688..40b4aeb 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: systemfixtures
-Version: 0.4.0
+Version: 0.4.1
 Summary: Test fixtures for providing fake versions of various system resources (processes, users, groups, etc.)
 Home-page: https://github.com/freeekanayaka/systemfixtures
 Author: Free Ekanayaka
diff --git a/setup.cfg b/setup.cfg
index 50c513d..4a9b221 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,7 +33,7 @@ all_files = 1
 upload-dir = docs/_build/html
 
 [egg_info]
-tag_date = 0
-tag_build = 
 tag_svn_revision = 0
+tag_build = 
+tag_date = 0
 
diff --git a/systemfixtures.egg-info/PKG-INFO b/systemfixtures.egg-info/PKG-INFO
index 0535688..40b4aeb 100644
--- a/systemfixtures.egg-info/PKG-INFO
+++ b/systemfixtures.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: systemfixtures
-Version: 0.4.0
+Version: 0.4.1
 Summary: Test fixtures for providing fake versions of various system resources (processes, users, groups, etc.)
 Home-page: https://github.com/freeekanayaka/systemfixtures
 Author: Free Ekanayaka
diff --git a/systemfixtures.egg-info/SOURCES.txt b/systemfixtures.egg-info/SOURCES.txt
index d586b1d..9a404b1 100644
--- a/systemfixtures.egg-info/SOURCES.txt
+++ b/systemfixtures.egg-info/SOURCES.txt
@@ -1,10 +1,10 @@
 .coveragerc.py27
 .coveragerc.py35
 .testr.conf
-.travis.yml
 AUTHORS
 ChangeLog
 LICENSE
+MANIFEST.in
 README.rst
 requirements.txt
 setup.cfg
diff --git a/systemfixtures.egg-info/pbr.json b/systemfixtures.egg-info/pbr.json
index c73085e..7310793 100644
--- a/systemfixtures.egg-info/pbr.json
+++ b/systemfixtures.egg-info/pbr.json
@@ -1 +1 @@
-{"git_version": "1b2836f", "is_release": true}
\ No newline at end of file
+{"git_version": "c244d2f", "is_release": true}
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/systemfixtures.git



More information about the Python-modules-commits mailing list