[anaconda] - Make range usage Python 3 compatible (#1014220) (mkolman) - Make map() usage Python 3 compatible (

Brian C. Lane bcl at fedoraproject.org
Tue Feb 17 01:35:30 UTC 2015


commit df25321f2d5b836302d935536133b96b809c63c1
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Feb 16 17:34:46 2015 -0800

    - Make range usage Python 3 compatible (#1014220) (mkolman)
    - Make map() usage Python 3 compatible (#1014220) (mkolman)
    - Make the iter*() dictionary methods Python 3 compatible (#1014220) (mkolman)
    - Remove the autopart.py module from POTFILES.in (vpodzime)
    - Adapt to autopart and installation-specific code move in blivet (#1192702)
      (vpodzime)
    - Revert "Move autopart functionality to anaconda" (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |   13 +++++++++++--
 sources       |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00307e8..3eaaf6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /anaconda-22.17.tar.bz2
 /anaconda-22.18.tar.bz2
 /anaconda-22.19.tar.bz2
+/anaconda-22.20.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index d528d73..ad4a16b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 22.19
+Version: 22.20
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -89,7 +89,7 @@ The anaconda package is a metapackage for the Anaconda installer.
 %package core
 Summary: Core of the Anaconda installer
 Requires: dnf >= %{dnfver}
-Requires: python-blivet >= 1:0.74
+Requires: python-blivet >= 1:1.0
 Requires: python-meh >= %{mehver}
 Requires: libreport-anaconda >= 2.0.21-1
 Requires: libselinux-python
@@ -313,6 +313,15 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Mon Feb 16 2015 Brian C. Lane <bcl at redhat.com> - 22.20-1
+- Make range usage Python 3 compatible (#1014220) (mkolman)
+- Make map() usage Python 3 compatible (#1014220) (mkolman)
+- Make the iter*() dictionary methods Python 3 compatible (#1014220) (mkolman)
+- Remove the autopart.py module from POTFILES.in (vpodzime)
+- Adapt to autopart and installation-specific code move in blivet (#1192702)
+  (vpodzime)
+- Revert "Move autopart functionality to anaconda" (vpodzime)
+
 * Fri Feb 13 2015 Brian C. Lane <bcl at redhat.com> - 22.19-1
 - Make sure yum is included in the packageset for yumpayload (#1152753) (bcl)
 - Tweak parallel args. (clumens)
diff --git a/sources b/sources
index 962de93..4f14cb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf1fb25589e930a7a22cbde3ac6fb7e3  anaconda-22.19.tar.bz2
+709bb688e68bd55e799be3fc8603bd4e  anaconda-22.20.tar.bz2


More information about the scm-commits mailing list