[python-di] new version

Martin Sivák msivak at fedoraproject.org
Fri Mar 22 13:04:21 UTC 2013


commit 41169e0604b4208b8e38f46ec6c20e0ef0a1c416
Author: Martin Sivak <msivak at redhat.com>
Date:   Fri Mar 22 13:57:55 2013 +0100

    new version

 .gitignore     |    1 +
 python-di.spec |    7 +++++--
 sources        |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad8e1f7..5aa997d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /di-0.2.tar.gz
+/di-0.3.tar.gz
diff --git a/python-di.spec b/python-di.spec
index 27ded9c..68b9a97 100644
--- a/python-di.spec
+++ b/python-di.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           python-di
-Version:        0.2
-Release:        2%{?dist}
+Version:        0.3
+Release:        1%{?dist}
 Summary:        Python library for dependency injection support
 
 License:        GPLv2+
@@ -52,6 +52,9 @@ rm -rf ${buildroot}%{python_sitelib}/setuptools/tests
 %doc README COPYING
 
 %changelog
+* Fri Mar 22 2013 Martin Sivak <msivak at euryale.brq.redhat.com> - 0.3-1
+- Rename the register method to _inject_
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 2554b3e..ca1a73f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb4390af7a4ad8ae6c6aaf70a084fc67  di-0.2.tar.gz
+bc282e98be6d8489b84709eebbd8992c  di-0.3.tar.gz


More information about the scm-commits mailing list