[python3-pocketlint] - Updates to pointless-override.py. (amulhern) - Use re.search instead of re.match. (clumens)

clumens clumens at fedoraproject.org
Tue Mar 17 19:26:45 UTC 2015


commit 6725ec15c7a0cf47231ab8cfcf7600f98c55a35a
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Mar 17 15:26:22 2015 -0400

    - Updates to pointless-override.py. (amulhern)
    - Use re.search instead of re.match. (clumens)

 .gitignore              | 1 +
 python3-pocketlint.spec | 6 +++++-
 sources                 | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5753a98..1a6647a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pocketlint-0.2.tar.gz
+/pocketlint-0.3.tar.gz
diff --git a/python3-pocketlint.spec b/python3-pocketlint.spec
index c1f640d..ac7e4e8 100644
--- a/python3-pocketlint.spec
+++ b/python3-pocketlint.spec
@@ -1,5 +1,5 @@
 Name:      python3-pocketlint
-Version:   0.2
+Version:   0.3
 Release:   1%{?dist}
 Summary:   Support for running pylint against projects
 
@@ -39,6 +39,10 @@ make check
 %{python3_sitelib}/pocketlint/
 
 %changelog
+* Tue Mar 17 2015 Chris Lumens <clumens at redhat.com> - 0.3-1
+- Updates to pointless-override.py. (amulhern)
+- Use re.search instead of re.match. (clumens)
+
 * Tue Mar 10 2015 Chris Lumens <clumens at redhat.com> - 0.2-1
 - BuildRequires python3-six too. (clumens)
 - Fix up Fedora package review problems (#1200119). (clumens)
diff --git a/sources b/sources
index 38b5575..106d056 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f432e6f337e8a6eee16f83e75cdc4a29  pocketlint-0.2.tar.gz
+60efb8705a8e03cab51ec6b05a59ed54  pocketlint-0.3.tar.gz


More information about the scm-commits mailing list