[Python-modules-commits] [fuzzywuzzy] 01/01: Import fuzzywuzzy_0.8.1.orig.tar.gz

Edward Betts edward at moszumanska.debian.org
Sun Feb 21 10:41:32 UTC 2016


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

edward pushed a commit to branch upstream
in repository fuzzywuzzy.

commit b13361e2f400185059752e3417d61e9df8c32c4b
Author: Edward Betts <edward at 4angle.com>
Date:   Sun Feb 21 07:13:20 2016 +0000

    Import fuzzywuzzy_0.8.1.orig.tar.gz
---
 CHANGES.rst                  | 7 +++++++
 PKG-INFO                     | 8 ++++----
 README                       | 6 +++---
 README.rst                   | 6 +++---
 fuzzywuzzy.egg-info/PKG-INFO | 8 ++++----
 fuzzywuzzy.egg-info/pbr.json | 2 +-
 fuzzywuzzy/__init__.py       | 2 +-
 7 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 9dd59c2..447dcd3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,13 @@
 Changelog
 =========
 
+0.8.1 (2016-01-25)
+------------------
+
+- Minor release changes. [Jose Diaz-Gonzalez]
+
+- Clean up wiki link in readme. [Ewan Oglethorpe]
+
 0.8.0 (2015-11-16)
 ------------------
 
diff --git a/PKG-INFO b/PKG-INFO
index 99f4b63..b90c625 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: fuzzywuzzy
-Version: 0.8.0
+Version: 0.8.1
 Summary: Fuzzy string matching in python
 Home-page: https://github.com/seatgeek/fuzzywuzzy
 Author: Adam Cohen
@@ -31,7 +31,7 @@ Description: |Build Status|
         FuzzyWuzzy
         ==========
         
-        Fuzzy string matching like a boss. It uses [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) to help calculate differences between sequences in a simple to use package.
+        Fuzzy string matching like a boss. It uses `Levenshtein Distance <https://en.wikipedia.org/wiki/Levenshtein_distance>`_ to help calculate differences between sequences in a simple to use package.
         
         Requirements
         ============
@@ -54,13 +54,13 @@ Description: |Build Status|
         
         .. code:: bash
         
-            pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy
+            pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy
         
         Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
         
         .. code:: bash
         
-            git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy
+            git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy
             
         Manually via GIT
         
diff --git a/README b/README
index d89e0fa..80a7203 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
 FuzzyWuzzy
 ==========
 
-Fuzzy string matching like a boss. It uses [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) to help calculate differences between sequences in a simple to use package.
+Fuzzy string matching like a boss. It uses `Levenshtein Distance <https://en.wikipedia.org/wiki/Levenshtein_distance>`_ to help calculate differences between sequences in a simple to use package.
 
 Requirements
 ============
@@ -26,13 +26,13 @@ Using PIP via Github
 
 .. code:: bash
 
-    pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy
+    pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy
 
 Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
 
 .. code:: bash
 
-    git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy
+    git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy
     
 Manually via GIT
 
diff --git a/README.rst b/README.rst
index d89e0fa..80a7203 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@
 FuzzyWuzzy
 ==========
 
-Fuzzy string matching like a boss. It uses [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) to help calculate differences between sequences in a simple to use package.
+Fuzzy string matching like a boss. It uses `Levenshtein Distance <https://en.wikipedia.org/wiki/Levenshtein_distance>`_ to help calculate differences between sequences in a simple to use package.
 
 Requirements
 ============
@@ -26,13 +26,13 @@ Using PIP via Github
 
 .. code:: bash
 
-    pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy
+    pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy
 
 Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
 
 .. code:: bash
 
-    git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy
+    git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy
     
 Manually via GIT
 
diff --git a/fuzzywuzzy.egg-info/PKG-INFO b/fuzzywuzzy.egg-info/PKG-INFO
index 99f4b63..b90c625 100644
--- a/fuzzywuzzy.egg-info/PKG-INFO
+++ b/fuzzywuzzy.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: fuzzywuzzy
-Version: 0.8.0
+Version: 0.8.1
 Summary: Fuzzy string matching in python
 Home-page: https://github.com/seatgeek/fuzzywuzzy
 Author: Adam Cohen
@@ -31,7 +31,7 @@ Description: |Build Status|
         FuzzyWuzzy
         ==========
         
-        Fuzzy string matching like a boss. It uses [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) to help calculate differences between sequences in a simple to use package.
+        Fuzzy string matching like a boss. It uses `Levenshtein Distance <https://en.wikipedia.org/wiki/Levenshtein_distance>`_ to help calculate differences between sequences in a simple to use package.
         
         Requirements
         ============
@@ -54,13 +54,13 @@ Description: |Build Status|
         
         .. code:: bash
         
-            pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy
+            pip install git+git://github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy
         
         Adding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)
         
         .. code:: bash
         
-            git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.0#egg=fuzzywuzzy
+            git+ssh://git@github.com/seatgeek/fuzzywuzzy.git@0.8.1#egg=fuzzywuzzy
             
         Manually via GIT
         
diff --git a/fuzzywuzzy.egg-info/pbr.json b/fuzzywuzzy.egg-info/pbr.json
index fc763b7..c4b2109 100644
--- a/fuzzywuzzy.egg-info/pbr.json
+++ b/fuzzywuzzy.egg-info/pbr.json
@@ -1 +1 @@
-{"is_release": true, "git_version": "8679c17"}
\ No newline at end of file
+{"is_release": true, "git_version": "8a944fb"}
\ No newline at end of file
diff --git a/fuzzywuzzy/__init__.py b/fuzzywuzzy/__init__.py
index 690cefb..dceb6e4 100644
--- a/fuzzywuzzy/__init__.py
+++ b/fuzzywuzzy/__init__.py
@@ -1,2 +1,2 @@
 # -*- coding: utf-8 -*-
-__version__ = '0.8.0'
+__version__ = '0.8.1'

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



More information about the Python-modules-commits mailing list