[EPEL-devel] Fedora EPEL 7 updates-testing report

2019-06-12 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 302  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3c9292b62d   
condor-8.6.11-1.el7
 110  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-f8311ec8a2   
tor-0.3.5.8-1.el7
  78  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-d2c1368294   
cinnamon-3.6.7-5.el7
  70  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-50a6a1ddfd   
afflib-3.7.18-2.el7
  44  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-c499781e80   
python-gnupg-0.4.4-1.el7
  41  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-bc0182548b   
bubblewrap-0.3.3-2.el7
  13  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-fc63c75ab1   
hostapd-2.8-1.el7
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-58a16a4811   
python-django-1.11.21-1.el7
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-8b0a066052   
ansible-2.8.1-1.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

composer-1.8.6-1.el7

Details about builds:



 composer-1.8.6-1.el7 (FEDORA-EPEL-2019-4c372e280c)
 Dependency Manager for PHP

Update Information:

**Version 1.8.6** 2019-06-11* Fixed handling of backslash-escapes handling
in composer.json when using the require command   * Fixed create-project not
following classmap-authoritative and apcu-autoloader config values   * Fixed
HHVM version warning showing up in some cases when it was not in use

ChangeLog:

* Tue Jun 11 2019 Remi Collet  - 1.8.6-1
- update to 1.8.6


___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org


[EPEL-devel] Re: EPEL-ANNOUNCE EPEL: Python34 moving to Python36

2019-06-12 Thread Wart
On 3/13/19 9:30 AM, Stephen John Smoogen wrote:
> Over the last 5 days, Troy Dawson, Jeroen van Meeuwen, Carl W George,
> and several helpers have gotten nearly all of the python34 packages
> moves over to python36 in EPEL-7.  They are being included in 6 Bodhi
> pushes because of a limitation in Bodhi for the text size of packages
> in an include.
> 
> The current day for these package groups to move into EPEL regular is
> April 2nd. We would like to have all tests we find in the next week or
> so also added so that the updates can occur in a large group without
> too much breakage.
> 
> 
> https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-f2d195dada
> https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-9e9f81e581
> https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-0d62608bce
> https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-5be892b745
> https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-0f4cca7837
> https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-ed3564d906
> 
> Please heavily test them by doing the following:
> Stage 1 Testing
> Install RHEL, CentOS, or Scientific Linux 7 onto a TEST system.
> Install or enable the EPEL repository for this system
> Install various packages you would normally use
> yum --enablerepo=epel-testing update
> Report problems to epel-devel@lists.fedoraproject.org
> Stage 2 Testing
> Check for any updated testing instructions on this blog or EPEL-devel list.
> Install RHEL, CentOS, or Scientific Linux 7 onto a TEST system.
> Install or enable the EPEL repository for this system
> yum install python34
> yum --enablerepo=epel-testing update
> Report problems to epel-devel@lists.fedoraproject.org
> Stage 3 Testing
> Check for any updated testing instructions on this blog or EPEL-devel list.
> Install RHEL, CentOS, or Scientific Linux 7 onto a TEST system.
> Install or enable the EPEL repository for this system
> yum install python36
> yum --enablerepo=epel-testing update
> Report problems to epel-devel@lists.fedoraproject.org
> This should cover the three most common scenarios. Other scenarios
> exist and will require some sort of intervention to work around. We
> will outline them as they come up.

I've come across 3 packages that cause problems with the
python34-python36 migration:

python36-pyflakes:  Running 'yum install python36-pyflakes' on a system
with python34-pyflakes installed results in a conflict due to the
python3-prefixed executable and man pages:

Transaction check error:
  file /usr/bin/pyflakes-3 from install of
python36-pyflakes-1.6.0-4.el7.noarch conflicts with file from package
python34-pyflakes-1.3.0-2.el7.noarch
  file /usr/share/man/man1/pyflakes-3.1.gz from install of
python36-pyflakes-1.6.0-4.el7.noarch conflicts with file from package
python34-pyflakes-1.3.0-2.el7.noarch

python36-future, python36-pylint:  These explicitly "Obsolete:" the
python34 versions.  Presumably this is to avoid the conflict with the
man pages, like the above problem with pyflakes.

Forcing the removal of the python34 version of the packages can be
problematic for user communities (such as  mine) that are still working
to migrate their code from python34 to python36.

I can submit patches to resolve this, but I wonder what the policy
should be for auto-removing the python34 equivalents?

--Wart
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org


[EPEL-devel] Re: RHEL 7.7 Beta

2019-06-12 Thread Miro Hrončok

On 12. 06. 19 8:14, Thomas Stephen Lee wrote:

Hi,

Just for your information.

https://www.redhat.com/en/blog/red-hat-enterprise-linux-77-beta-now-available

Python 3.6 is there in 7.7

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7-beta/html/7.7_release_notes/overview

thanks


In that case, let's proceed with:

https://src.fedoraproject.org/rpms/python-rpm-macros/pull-request/19
https://src.fedoraproject.org/rpms/python-rpm-macros/pull-request/20
https://src.fedoraproject.org/rpms/python34/pull-request/35

Starting here: https://bugzilla.redhat.com/show_bug.cgi?id=1719633

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org


[EPEL-devel] RHEL 7.7 Beta

2019-06-12 Thread Thomas Stephen Lee
Hi,

Just for your information.

https://www.redhat.com/en/blog/red-hat-enterprise-linux-77-beta-now-available

Python 3.6 is there in 7.7

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7-beta/html/7.7_release_notes/overview

thanks

--

Lee
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org