- Ignore _setFormat no-member pylint error on LVMSnapShotBase (bcl)
- Include python3-bugzilla when running tests (bcl) - Cleanup wildcard import in misc_test.py (bcl) - Make sure filter is a list in makebumpver (bcl) - Don't warn on unused-argument in __div__ (bcl) - Ignore pylint false positive assertRaisesRegex deprecation (bcl) - Change log.warn to log.warning (bcl) - Remove references to the interruptible-system-call check (dshea) - Add tests for FS overhead methods (jkonecny)
This commit is contained in:
parent
3b99bb31c2
commit
b26771c732
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
|||||||
/blivet-1.16.tar.gz
|
/blivet-1.16.tar.gz
|
||||||
/blivet-1.17.tar.gz
|
/blivet-1.17.tar.gz
|
||||||
/blivet-1.18.tar.gz
|
/blivet-1.18.tar.gz
|
||||||
|
/blivet-1.19.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: http://fedoraproject.org/wiki/blivet
|
Url: http://fedoraproject.org/wiki/blivet
|
||||||
Version: 1.18
|
Version: 1.19
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -107,8 +107,16 @@ popd
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.18-2
|
* Fri Feb 19 2016 Brian C. Lane <bcl@redhat.com> - 1.19-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Ignore _setFormat no-member pylint error on LVMSnapShotBase (bcl)
|
||||||
|
- Include python3-bugzilla when running tests (bcl)
|
||||||
|
- Cleanup wildcard import in misc_test.py (bcl)
|
||||||
|
- Make sure filter is a list in makebumpver (bcl)
|
||||||
|
- Don't warn on unused-argument in __div__ (bcl)
|
||||||
|
- Ignore pylint false positive assertRaisesRegex deprecation (bcl)
|
||||||
|
- Change log.warn to log.warning (bcl)
|
||||||
|
- Remove references to the interruptible-system-call check (dshea)
|
||||||
|
- Add tests for FS overhead methods (jkonecny)
|
||||||
|
|
||||||
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> - 1.18-1
|
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> - 1.18-1
|
||||||
- Add more class methods for better use of metadata (jkonecny)
|
- Add more class methods for better use of metadata (jkonecny)
|
||||||
|
Loading…
Reference in New Issue
Block a user