diff --git a/.gitignore b/.gitignore index 2c70722..03651a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /productmd-1.0.tar.bz2 /productmd-1.0.tar.gz /productmd-1.1.tar.gz +/productmd-1.2.tar.bz2 diff --git a/python-productmd.spec b/python-productmd.spec index e4a8631..d2d628e 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -14,14 +14,14 @@ %endif Name: python-productmd -Version: 1.1 +Version: 1.2 Release: 1%{?dist} Summary: Library providing parsers for metadata related to OS installation Group: Development/Tools License: LGPLv2+ URL: https://github.com/release-engineering/productmd -Source0: productmd-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/productmd/productmd-%{version}.tar.bz2 Obsoletes: productmd <= %{version}-%{release} Provides: productmd = %{version}-%{release} @@ -109,6 +109,18 @@ popd %endif %changelog +* Thu Jun 02 2016 Lubomír Sedlář - 1.2-1 +- New upstream release +- Update source url to point to PyPI +- Allow numbers in variant IDs. (dmach) +- Add support for top-level variant UIDs with dashes. (dmach) +- Change JSON separators to unify behavior on py2 and py3. (dmach) +- Move src images under binary arches. (dmach) +- Silence flake8 by moving module imports to top. (dmach) +- Forbid 'src' arch in images.json and rpms.json. (dmach) +- Include tests/images data in MANIFEST.in. (dmach) +- Add docstring to Header class (lsedlar) + * Mon Apr 25 2016 Lubomír Sedlář - 1.1-1 - new upstream release - use .tar.gz tarball from github diff --git a/sources b/sources index c878437..f6b2131 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c8d54ba88fbe385ba632570b2c5dd96 productmd-1.1.tar.gz +0e3cbd5be3161d461025043ad9f5ff7b productmd-1.2.tar.bz2