[Python-modules-commits] [flufl.enum] 01/05: Import flufl.enum_4.1.1.orig.tar.gz

Barry Warsaw barry at moszumanska.debian.org
Tue Jan 24 15:39:31 UTC 2017


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

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

commit 31d2255b53bad9de5403e02b40729016e74ad288
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Tue Jan 24 10:23:20 2017 -0500

    Import flufl.enum_4.1.1.orig.tar.gz
---
 PKG-INFO                               |  8 ++++++--
 README.rst                             |  2 +-
 flufl.enum.egg-info/PKG-INFO           |  8 ++++++--
 flufl/__init__.py                      |  2 +-
 flufl/enum/NEWS.rst                    |  4 ++++
 flufl/enum/README.rst                  |  2 +-
 flufl/enum/__init__.py                 |  4 ++--
 flufl/enum/_enum.py                    |  2 +-
 flufl/enum/conf.py                     |  2 +-
 flufl/enum/docs/using.rst              | 10 +++++-----
 flufl/enum/tests/fruit.py              |  2 +-
 flufl/enum/tests/test_documentation.py |  2 +-
 flufl/enum/tests/test_enum.py          |  2 +-
 setup.cfg                              |  2 +-
 setup.py                               |  2 +-
 setup_helpers.py                       |  2 +-
 template.py                            |  2 +-
 tox.ini                                |  2 +-
 18 files changed, 36 insertions(+), 24 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 9fcbbc5..c86ef0a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: flufl.enum
-Version: 4.1
+Version: 4.1.1
 Summary: A Python enumeration package.
 Home-page: http://launchpad.net/flufl.enum
 Author: Barry Warsaw
@@ -28,7 +28,7 @@ Description:    ==========
            Author
            ======
            
-           `flufl.enum` is Copyright (C) 2004-2015 Barry Warsaw <barry at python.org>
+           `flufl.enum` is Copyright (C) 2004-2017 Barry Warsaw <barry at python.org>
            
            Licensed under the terms of the GNU Lesser General Public License, version 3
            or later.  See the COPYING.LESSER file for details.
@@ -50,6 +50,10 @@ Description:    ==========
            NEWS for flufl.enum
            ===================
            
+           4.1.1 (2017-01-24)
+           ==================
+            * Support Python 3.6.  (Closes #1)
+           
            4.1 (2015-10-09)
            ================
             * Fix the regexp that matches identifiers in the functional API.
diff --git a/README.rst b/README.rst
index 06c93b8..ac66cda 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ switch to the standard enum package.
 Author
 ======
 
-`flufl.enum` is Copyright (C) 2004-2015 Barry Warsaw <barry at python.org>
+`flufl.enum` is Copyright (C) 2004-2017 Barry Warsaw <barry at python.org>
 
 Licensed under the terms of the GNU Lesser General Public License, version 3
 or later.  See the COPYING.LESSER file for details.
diff --git a/flufl.enum.egg-info/PKG-INFO b/flufl.enum.egg-info/PKG-INFO
index 9fcbbc5..c86ef0a 100644
--- a/flufl.enum.egg-info/PKG-INFO
+++ b/flufl.enum.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: flufl.enum
-Version: 4.1
+Version: 4.1.1
 Summary: A Python enumeration package.
 Home-page: http://launchpad.net/flufl.enum
 Author: Barry Warsaw
@@ -28,7 +28,7 @@ Description:    ==========
            Author
            ======
            
-           `flufl.enum` is Copyright (C) 2004-2015 Barry Warsaw <barry at python.org>
+           `flufl.enum` is Copyright (C) 2004-2017 Barry Warsaw <barry at python.org>
            
            Licensed under the terms of the GNU Lesser General Public License, version 3
            or later.  See the COPYING.LESSER file for details.
@@ -50,6 +50,10 @@ Description:    ==========
            NEWS for flufl.enum
            ===================
            
+           4.1.1 (2017-01-24)
+           ==================
+            * Support Python 3.6.  (Closes #1)
+           
            4.1 (2015-10-09)
            ================
             * Fix the regexp that matches identifiers in the functional API.
diff --git a/flufl/__init__.py b/flufl/__init__.py
index 5b1278d..1b7c01c 100644
--- a/flufl/__init__.py
+++ b/flufl/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 Barry Warsaw
+# Copyright (C) 2004-2017 Barry Warsaw
 #
 # This file is part of flufl.enum.
 #
diff --git a/flufl/enum/NEWS.rst b/flufl/enum/NEWS.rst
index 702076e..fccc60d 100644
--- a/flufl/enum/NEWS.rst
+++ b/flufl/enum/NEWS.rst
@@ -2,6 +2,10 @@
 NEWS for flufl.enum
 ===================
 
+4.1.1 (2017-01-24)
+==================
+ * Support Python 3.6.  (Closes #1)
+
 4.1 (2015-10-09)
 ================
  * Fix the regexp that matches identifiers in the functional API.
diff --git a/flufl/enum/README.rst b/flufl/enum/README.rst
index 4b51e11..f332501 100644
--- a/flufl/enum/README.rst
+++ b/flufl/enum/README.rst
@@ -53,7 +53,7 @@ You may contact the author via barry at python.org.
 Copyright
 =========
 
-Copyright (C) 2004-2015 Barry A. Warsaw
+Copyright (C) 2004-2017 Barry A. Warsaw
 
 This file is part of flufl.enum.
 
diff --git a/flufl/enum/__init__.py b/flufl/enum/__init__.py
index 6240614..ef323cf 100644
--- a/flufl/enum/__init__.py
+++ b/flufl/enum/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 Barry Warsaw
+# Copyright (C) 2004-2017 Barry Warsaw
 #
 # This file is part of flufl.enum
 #
@@ -30,6 +30,6 @@ __all__ = [
     ]
 
 
-__version__ = '4.1'
+__version__ = '4.1.1'
 
 from ._enum import Enum, EnumValue, IntEnum, make
diff --git a/flufl/enum/_enum.py b/flufl/enum/_enum.py
index d755091..74051a5 100644
--- a/flufl/enum/_enum.py
+++ b/flufl/enum/_enum.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 Barry Warsaw
+# Copyright (C) 2004-2017 Barry Warsaw
 #
 # This file is part of flufl.enum
 #
diff --git a/flufl/enum/conf.py b/flufl/enum/conf.py
index 247e4a9..34ba7d9 100644
--- a/flufl/enum/conf.py
+++ b/flufl/enum/conf.py
@@ -39,7 +39,7 @@ master_doc = 'README'
 
 # General information about the project.
 project = 'flufl.enum'
-copyright = '2004-2015, Barry A. Warsaw'
+copyright = '2004-2017, Barry A. Warsaw'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff --git a/flufl/enum/docs/using.rst b/flufl/enum/docs/using.rst
index 0531ceb..f42c444 100644
--- a/flufl/enum/docs/using.rst
+++ b/flufl/enum/docs/using.rst
@@ -224,23 +224,23 @@ enumeration values are not integers!
     >>> Colors.red < Colors.blue
     Traceback (most recent call last):
     ...
-    TypeError: unorderable types: EnumValue() < EnumValue()
+    TypeError: ...
     >>> Colors.red <= Colors.blue
     Traceback (most recent call last):
     ...
-    TypeError: unorderable types: EnumValue() <= EnumValue()
+    TypeError: ...
     >>> Colors.blue > Colors.green
     Traceback (most recent call last):
     ...
-    TypeError: unorderable types: EnumValue() > EnumValue()
+    TypeError: ...
     >>> Colors.blue >= Colors.green
     Traceback (most recent call last):
     ...
-    TypeError: unorderable types: EnumValue() >= EnumValue()
+    TypeError: ...
     >>> Colors.red < 3
     Traceback (most recent call last):
     ...
-    TypeError: unorderable types: EnumValue() < int()
+    TypeError: ...
 
 Equality comparisons are defined though.
 
diff --git a/flufl/enum/tests/fruit.py b/flufl/enum/tests/fruit.py
index 40ff433..b370635 100644
--- a/flufl/enum/tests/fruit.py
+++ b/flufl/enum/tests/fruit.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2015 Barry Warsaw
+# Copyright (C) 2010-2017 Barry Warsaw
 #
 # This file is part of flufl.enum
 #
diff --git a/flufl/enum/tests/test_documentation.py b/flufl/enum/tests/test_documentation.py
index fb2cb37..e9ddcb6 100644
--- a/flufl/enum/tests/test_documentation.py
+++ b/flufl/enum/tests/test_documentation.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 Barry Warsaw
+# Copyright (C) 2004-2017 Barry Warsaw
 #
 # This file is part of flufl.enum.
 #
diff --git a/flufl/enum/tests/test_enum.py b/flufl/enum/tests/test_enum.py
index 0b88f97..791ac9e 100644
--- a/flufl/enum/tests/test_enum.py
+++ b/flufl/enum/tests/test_enum.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2015 Barry Warsaw
+# Copyright (C) 2011-2017 Barry Warsaw
 #
 # This file is part of flufl.enum.
 #
diff --git a/setup.cfg b/setup.cfg
index 1e7beb6..f7915d1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ source_dir = flufl/enum
 upload_dir = build/sphinx/html
 
 [egg_info]
-tag_build = 
 tag_date = 0
+tag_build = 
 tag_svn_revision = 0
 
diff --git a/setup.py b/setup.py
index 1213da8..f85e69d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2015 Barry Warsaw
+# Copyright (C) 2004-2017 Barry Warsaw
 #
 # This file is part of flufl.enum.
 #
diff --git a/setup_helpers.py b/setup_helpers.py
index f11bd7e..720b64a 100644
--- a/setup_helpers.py
+++ b/setup_helpers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015 Barry A. Warsaw
+# Copyright (C) 2009-2017 Barry Warsaw
 #
 # This file is part of setup_helpers.py
 #
diff --git a/template.py b/template.py
index bbafebd..3c8fd5f 100644
--- a/template.py
+++ b/template.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 Barry Warsaw
+# Copyright (C) 2017 Barry Warsaw
 #
 # This file is part of flufl.enum
 #
diff --git a/tox.ini b/tox.ini
index 2c07170..e061272 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27,py34,py35
+envlist = py27,py34,py35,py36
 
 [testenv]
 commands = python setup.py test

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



More information about the Python-modules-commits mailing list