[Python-modules-commits] [python-django-gravatar2] 08/10: New upstream version 1.4.2

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Mon Jul 31 11:03:05 UTC 2017


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

peb-guest pushed a commit to branch master
in repository python-django-gravatar2.

commit d8318f0ce50e802caa3a017dfdfbc032f6980940
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Mon Jul 31 12:48:02 2017 +0200

    New upstream version 1.4.2
---
 PKG-INFO                                       | 26 ++------------------------
 README.rst                                     |  3 ---
 PKG-INFO => django_gravatar2.egg-info/PKG-INFO | 26 ++------------------------
 django_gravatar2.egg-info/SOURCES.txt          | 18 ++++++++++++++++++
 django_gravatar2.egg-info/dependency_links.txt |  1 +
 django_gravatar2.egg-info/top_level.txt        |  1 +
 setup.cfg                                      |  1 -
 setup.py                                       |  4 ++--
 8 files changed, 26 insertions(+), 54 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 88d386f..3afa8c2 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,39 +1,17 @@
 Metadata-Version: 1.1
 Name: django-gravatar2
-Version: 1.4.0
+Version: 1.4.2
 Summary: Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
 Home-page: https://github.com/twaddington/django-gravatar
 Author: Tristan Waddington
 Author-email: tristan.waddington at gmail.com
-License: Copyright (c) 2013 Tristan Waddington <tristan.waddington at gmail.com>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
+License: MIT
 Description: django-gravatar
         ================
         
         .. image:: https://secure.travis-ci.org/twaddington/django-gravatar.png
             :target: https://travis-ci.org/twaddington/django-gravatar
         
-        .. image:: https://img.shields.io/pypi/dm/django-gravatar2.svg
-            :target: https://pypi.python.org/pypi/django-gravatar2
-        
         A lightweight django-gravatar app. Includes helper methods for interacting with gravatars outside of template code.
         
         If you like this library and it's saved you some time, please consider
diff --git a/README.rst b/README.rst
index c8739dc..4151cb5 100644
--- a/README.rst
+++ b/README.rst
@@ -4,9 +4,6 @@ django-gravatar
 .. image:: https://secure.travis-ci.org/twaddington/django-gravatar.png
     :target: https://travis-ci.org/twaddington/django-gravatar
 
-.. image:: https://img.shields.io/pypi/dm/django-gravatar2.svg
-    :target: https://pypi.python.org/pypi/django-gravatar2
-
 A lightweight django-gravatar app. Includes helper methods for interacting with gravatars outside of template code.
 
 If you like this library and it's saved you some time, please consider
diff --git a/PKG-INFO b/django_gravatar2.egg-info/PKG-INFO
similarity index 79%
copy from PKG-INFO
copy to django_gravatar2.egg-info/PKG-INFO
index 88d386f..3afa8c2 100644
--- a/PKG-INFO
+++ b/django_gravatar2.egg-info/PKG-INFO
@@ -1,39 +1,17 @@
 Metadata-Version: 1.1
 Name: django-gravatar2
-Version: 1.4.0
+Version: 1.4.2
 Summary: Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
 Home-page: https://github.com/twaddington/django-gravatar
 Author: Tristan Waddington
 Author-email: tristan.waddington at gmail.com
-License: Copyright (c) 2013 Tristan Waddington <tristan.waddington at gmail.com>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
+License: MIT
 Description: django-gravatar
         ================
         
         .. image:: https://secure.travis-ci.org/twaddington/django-gravatar.png
             :target: https://travis-ci.org/twaddington/django-gravatar
         
-        .. image:: https://img.shields.io/pypi/dm/django-gravatar2.svg
-            :target: https://pypi.python.org/pypi/django-gravatar2
-        
         A lightweight django-gravatar app. Includes helper methods for interacting with gravatars outside of template code.
         
         If you like this library and it's saved you some time, please consider
diff --git a/django_gravatar2.egg-info/SOURCES.txt b/django_gravatar2.egg-info/SOURCES.txt
new file mode 100644
index 0000000..477e6bb
--- /dev/null
+++ b/django_gravatar2.egg-info/SOURCES.txt
@@ -0,0 +1,18 @@
+LICENSE
+MANIFEST.in
+README
+README.rst
+setup.cfg
+setup.py
+django_gravatar/__init__.py
+django_gravatar/compat.py
+django_gravatar/helpers.py
+django_gravatar/models.py
+django_gravatar/tests.py
+django_gravatar/views.py
+django_gravatar/templatetags/__init__.py
+django_gravatar/templatetags/gravatar.py
+django_gravatar2.egg-info/PKG-INFO
+django_gravatar2.egg-info/SOURCES.txt
+django_gravatar2.egg-info/dependency_links.txt
+django_gravatar2.egg-info/top_level.txt
\ No newline at end of file
diff --git a/django_gravatar2.egg-info/dependency_links.txt b/django_gravatar2.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/django_gravatar2.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/django_gravatar2.egg-info/top_level.txt b/django_gravatar2.egg-info/top_level.txt
new file mode 100644
index 0000000..06ea659
--- /dev/null
+++ b/django_gravatar2.egg-info/top_level.txt
@@ -0,0 +1 @@
+django_gravatar
diff --git a/setup.cfg b/setup.cfg
index 6c71b61..1e3eb36 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,5 +4,4 @@ universal = 1
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff --git a/setup.py b/setup.py
index 66c3950..2e9c474 100644
--- a/setup.py
+++ b/setup.py
@@ -5,12 +5,12 @@ except ImportError:
 
 setup(
     name='django-gravatar2',
-    version='1.4.0',
+    version='1.4.2',
     description='Essential Gravatar support for Django. Features helper'
                 ' methods, templatetags and a full test suite!',
     long_description=open('README.rst').read(),
     keywords='django gravatar avatar',
-    license=open('LICENSE').read(),
+    license='MIT',
     author='Tristan Waddington',
     author_email='tristan.waddington at gmail.com',
     url='https://github.com/twaddington/django-gravatar',

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



More information about the Python-modules-commits mailing list