#2 Update to 1.0.4
Closed 3 months ago by salimma. Opened 3 years ago by jcapitao.
rpms/ jcapitao/python-django-appconf master  into  rawhide

file modified
+1
@@ -3,3 +3,4 @@ 

  /django-appconf-1.0.1.tar.gz

  /python-django-appconf-1.0.2.tar.gz

  /python-django-appconf-1.0.3.tar.gz

+ /django-appconf-1.0.4.tar.gz

file modified
+7 -3
@@ -2,13 +2,13 @@ 

  %global with_tests 0

  

  Name:           python-%{pypi_name}

- Version:        1.0.3

- Release:        4%{?dist}

+ Version:        1.0.4

+ Release:        1%{?dist}

  Summary:        A helper class for handling configuration defaults of packaged apps gracefully

  

  License:        BSD

  URL:            http://pypi.python.org/pypi/django-appconf/

- Source0:        https://github.com/django-compressor/%{pypi_name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

+ Source0:        %pypi_source

  BuildArch:      noarch

  

  
@@ -74,6 +74,10 @@ 

  

  

  %changelog

+ * Thu Nov 19 2020 Joel Capitao <jcapitao@redhat.com> - 1.0.4-1

+ - Update to 1.0.4 (rhbz#1684893)

+ - Fetch the source tarball from PyPI

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (python-django-appconf-1.0.3.tar.gz) = 5a93cd5762c188710db427e280f6664c905e1ec0b939440747dfa8a0493164cc969feb77a46859836436f50ae6bff286b45bf7375897e7531090ca2727f72220

+ SHA512 (django-appconf-1.0.4.tar.gz) = 0d0a206d43d4c6d7f3dbe5fb6423f5f012dae42bae7459f3ee06501f9c126e73f69a30da5c34c84014e582a7b42f253ebd37ece8b8477963cb5d2357ca095639

no initial comment

This no longer applies cleanly

I just got added to the ACL, so I'm pushing out a 1.0.6 update. The spec now uses rpmautospec so future PRs should be easier to merge too.

Pull-Request has been closed by salimma

3 months ago