#4 fix bz #1389045 and cleanup git repo
Closed 5 years ago by itamarjp. Opened 5 years ago by itamarjp.
https://github.com/itamarjp/python-flask-admin.git master  into  master

fix bz #1389045 and cleanup git repo
Itamar Reis Peixoto • 5 years ago  
python-flask-admin-1.4.2-1.fc25.src.rpm
file removed

python-flask-admin.spec
file modified
+7 -4
@@ -82,8 +82,9 @@

  # Tests are not included as they require mongod running

  

  

- %files -n python2-%{pkgname} -f admin.lang

- %defattr(644, -, -, 755)

+ %files -n python2-%{pkgname}

+ # -f admin.lang

+ #%%defattr(644, root, root, 755)

  %license LICENSE

  %doc README.rst

  %dir %{python2_sitelib}/flask_admin
@@ -97,8 +98,9 @@

  %{python2_sitelib}/flask_admin/form/

  %{python2_sitelib}/*.egg-info/

  

- %files -n python%{python3_pkgversion}-%{pkgname} -f admin3.lang

- %defattr(644, -, -, 755)

+ %files -n python%{python3_pkgversion}-%{pkgname}

+ # -f admin3.lang

+ #%%defattr(644, root, root, 755)

  %doc README.rst

  %license LICENSE

  %dir %{python3_sitelib}/flask_admin
@@ -116,6 +118,7 @@

  %changelog

  * Thu Feb 15 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.5.0-4

  - make spec file compatible with epel7

+ - fix bz #1389045

  

  * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3

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

v1.4.2.tar.gz
file removed

no initial comment

Seems fine to me, I'd just drop those lines now... :)

refresh the remote pull request button is failing, closing here and committing direct via git.

Your task failed: 'module' object has no attribute 'utils'

Pull-Request has been closed by itamarjp

5 years ago