[python-logilab-astng] Upstream v0.22.0

Brian C. Lane bcl at fedoraproject.org
Fri Jul 29 18:39:42 UTC 2011


commit bc5c5ba474d0af0d32a5dd4afc5e91642fd7c3e1
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Jul 29 11:39:28 2011 -0700

    Upstream v0.22.0

 .gitignore                |    1 +
 python-logilab-astng.spec |    9 ++++++---
 sources                   |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c266f04..e6e42d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 logilab-astng-0.20.1.tar.gz
 /logilab-astng-0.21.0.tar.gz
 /logilab-astng-0.21.1.tar.gz
+/logilab-astng-0.22.0.tar.gz
diff --git a/python-logilab-astng.spec b/python-logilab-astng.spec
index 3cede36..86832d3 100644
--- a/python-logilab-astng.spec
+++ b/python-logilab-astng.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-logilab-astng
-Version:        0.21.1
+Version:        0.22.0
 Release:        1%{?dist}
 Summary:        Python Abstract Syntax Tree New Generation
 
@@ -16,8 +16,8 @@ Obsoletes:      python-astng <= 0.16.0
 
 BuildArch:      noarch
 BuildRequires:  python-devel python-setuptools python-unittest2
-BuildRequires:  python-logilab-common >= 0.53.0
-Requires:       python-logilab-common >= 0.53.0
+BuildRequires:  python-logilab-common >= 0.56.0
+Requires:       python-logilab-common >= 0.56.0
 
 %description
 The aim of this module is to provide a common base representation of
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 29 2011 Brian C. Lane <bcl at redhat.com> - 0.22.0-1
+- Upstream v0.22.0
+
 * Mon Mar 28 2011 Brian C. Lane <bcl at redhat.com> - 0.21.1-1
 - Upstream 0.21.1
 - Add unit tests to spec
diff --git a/sources b/sources
index 4943ff8..3f7c875 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-064a1cb970c283cf18e05a990db48576  logilab-astng-0.21.1.tar.gz
+c7313019626369d32cdc08556f5a87bd  logilab-astng-0.22.0.tar.gz


More information about the scm-commits mailing list