From b26771c73211130c706d24f0f8358482e71b0393 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 20 2016 01:02:46 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 69ac386..075be23 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /blivet-1.16.tar.gz /blivet-1.17.tar.gz /blivet-1.18.tar.gz +/blivet-1.19.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 8a6f619..bdb0046 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,8 +1,8 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 1.18 -Release: 2%{?dist} +Version: 1.19 +Release: 1%{?dist} Epoch: 1 License: LGPLv2+ Group: System Environment/Libraries @@ -107,8 +107,16 @@ popd %{python3_sitelib}/* %changelog -* Thu Feb 04 2016 Fedora Release Engineering - 1:1.18-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild +* Fri Feb 19 2016 Brian C. Lane - 1.19-1 +- 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 - 1.18-1 - Add more class methods for better use of metadata (jkonecny) diff --git a/sources b/sources index 5e26c65..139c0bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bdeb28a3a1b0840a1b3d6ecaabbc4e40 blivet-1.18.tar.gz +badbc6d27465befadc80c1b7efc15b9d blivet-1.19.tar.gz