[Python-modules-commits] [flufl.testing] 01/03: Import flufl.testing_0.7.orig.tar.gz

Barry Warsaw barry at moszumanska.debian.org
Thu Dec 22 21:40:03 UTC 2016


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

barry pushed a commit to branch master
in repository flufl.testing.

commit f63ebcd9743cf44c53b039b5464d65155fd701ee
Author: Barry Warsaw <barry at python.org>
Date:   Thu Dec 22 16:34:27 2016 -0500

    Import flufl.testing_0.7.orig.tar.gz
---
 LICENSE.txt                                   | 13 +++++++++++++
 NEWS.rst                                      |  8 ++++++++
 PKG-INFO                                      |  2 +-
 flufl.testing.egg-info/PKG-INFO               |  2 +-
 flufl.testing.egg-info/SOURCES.txt            |  2 ++
 flufl.testing.egg-info/namespace_packages.txt |  1 +
 flufl/testing/__init__.py                     |  2 +-
 setup.py                                      |  1 +
 8 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..357fbab
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,13 @@
+Copyright 2016 Barry Warsaw
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License.  You may obtain a copy of
+the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+License for the specific language governing permissions and limitations under
+the License.
diff --git a/NEWS.rst b/NEWS.rst
index f450b2d..f687a7b 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -5,6 +5,14 @@
 Copyright (C) 2016 Barry A. Warsaw
 
 
+0.7 (2016-12-14)
+================
+* Fix minor typo.
+
+0.6 (2016-12-14)
+================
+* Be sure to declare the namespace package in the setup.py.
+
 0.5 (2016-12-02)
 ================
 * Fix namespace package compatibility.
diff --git a/PKG-INFO b/PKG-INFO
index ebffb35..ba6d35c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: flufl.testing
-Version: 0.5
+Version: 0.7
 Summary: A small collection of test tool plugins
 Home-page: https://gitlab.com/warsaw/flufl.testing
 Author: Barry Warsaw
diff --git a/flufl.testing.egg-info/PKG-INFO b/flufl.testing.egg-info/PKG-INFO
index ebffb35..ba6d35c 100644
--- a/flufl.testing.egg-info/PKG-INFO
+++ b/flufl.testing.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: flufl.testing
-Version: 0.5
+Version: 0.7
 Summary: A small collection of test tool plugins
 Home-page: https://gitlab.com/warsaw/flufl.testing
 Author: Barry Warsaw
diff --git a/flufl.testing.egg-info/SOURCES.txt b/flufl.testing.egg-info/SOURCES.txt
index 501a889..4297d56 100644
--- a/flufl.testing.egg-info/SOURCES.txt
+++ b/flufl.testing.egg-info/SOURCES.txt
@@ -1,3 +1,4 @@
+LICENSE.txt
 MANIFEST.in
 NEWS.rst
 README.rst
@@ -8,6 +9,7 @@ flufl.testing.egg-info/PKG-INFO
 flufl.testing.egg-info/SOURCES.txt
 flufl.testing.egg-info/dependency_links.txt
 flufl.testing.egg-info/entry_points.txt
+flufl.testing.egg-info/namespace_packages.txt
 flufl.testing.egg-info/top_level.txt
 flufl/testing/__init__.py
 flufl/testing/imports.py
diff --git a/flufl.testing.egg-info/namespace_packages.txt b/flufl.testing.egg-info/namespace_packages.txt
new file mode 100644
index 0000000..9ab661d
--- /dev/null
+++ b/flufl.testing.egg-info/namespace_packages.txt
@@ -0,0 +1 @@
+flufl
diff --git a/flufl/testing/__init__.py b/flufl/testing/__init__.py
index 5a6f84c..e220fa9 100644
--- a/flufl/testing/__init__.py
+++ b/flufl/testing/__init__.py
@@ -1 +1 @@
-__version__ = '0.5'
+__version__ = '0.7'
diff --git a/setup.py b/setup.py
index 755e299..ed8aa30 100644
--- a/setup.py
+++ b/setup.py
@@ -23,6 +23,7 @@ __version__ = get_version('flufl/testing/__init__.py')
 setup(
     name='flufl.testing',
     version=__version__,
+    namespace_packages=['flufl'],
     packages=find_packages(),
     include_package_data=True,
     maintainer='Barry Warsaw',

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



More information about the Python-modules-commits mailing list