[python-djblets] New upstream bugfix release 0.7.21

Patrick Uiterwijk puiterwijk at fedoraproject.org
Sun Oct 13 20:56:08 UTC 2013


commit 678048692aeb3b10c4f0f8c177b6dbd08d47b529
Author: Patrick Uiterwijk <puiterwijk at redhat.com>
Date:   Sun Oct 13 22:56:03 2013 +0200

    New upstream bugfix release 0.7.21
    
    - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.21.NEWS
    - Added a has_list_access_permissions function, which is used to
              determine access to a list resource.

 .gitignore          |    1 +
 python-djblets.spec |    8 +++++++-
 sources             |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f93286d..0d483dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ Djblets-0.6.3.tar.gz
 /Djblets-0.7.18.tar.gz
 /Djblets-0.7.19.tar.gz
 /Djblets-0.7.20.tar.gz
+/Djblets-0.7.21.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index e43c0ef..d18a14d 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.7.20
+Version:        0.7.21
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -69,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Sun Oct 13 2013 Patrick Uiterwijk <puiterwijk at gmail.com> - 0.7.21-1
+- New upstream bugfix release 0.7.21
+- http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.21.NEWS
+- Added a has_list_access_permissions function, which is used to
+          determine access to a list resource.
+
 * Fri Oct 11 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.20-1
 - New upstream bugfix release 0.7.20
 - http://downloads.reviewboard.org/releases/Djblets/0.7/Djblets-0.7.20.NEWS
diff --git a/sources b/sources
index 1aa63b2..b921ebf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4d3ab0be568ff6c7cef14831791a233  Djblets-0.7.20.tar.gz
+5193cc2a4cd9f35d14a0bddf8b81231c  Djblets-0.7.21.tar.gz


More information about the scm-commits mailing list