Re: python rebuild procedure?

2016-05-04 Thread Arkadiusz Miśkiewicz
On Wednesday 04 of May 2016, Elan Ruusamäe wrote:
> On 04.05.2016 13:07, Jacek Konieczny wrote:
> > That could be because of the recent changes to python3.spec by Jan,
> > which I knew they are breaking something, but I couldn't tell what.
> 
> seems builds now after arekm changes (whatever they were)

poldek -uGv python3-modules --nodeps --force, after that it builds (--without 
tests)

-- 
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: python rebuild procedure?

2016-05-04 Thread Elan Ruusamäe

On 04.05.2016 13:07, Jacek Konieczny wrote:
That could be because of the recent changes to python3.spec by Jan, 
which I knew they are breaking something, but I couldn't tell what. 


seems builds now after arekm changes (whatever they were)

--
glen

___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: python rebuild procedure?

2016-05-04 Thread Jacek Konieczny

On 2016-05-04 11:17, Elan Ruusamäe wrote:

On 03.05.2016 23:59, Arkadiusz Miśkiewicz wrote:

What's the rebuild procedure in case of openssl bump after this change?


python2 fixed, python3 looks like broken due other reasons, fails with
install even without tests.


That could be because of the recent changes to python3.spec by Jan, 
which I knew they are breaking something, but I couldn't tell what.


Does python3.spec build with older python3?

Jacek
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: python rebuild procedure?

2016-05-04 Thread Elan Ruusamäe

On 03.05.2016 23:59, Arkadiusz Miśkiewicz wrote:

What's the rebuild procedure in case of openssl bump after this change?


python2 fixed, python3 looks like broken due other reasons, fails with 
install even without tests.



--
glen

___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


python3 optional deps

2016-05-04 Thread Elan Ruusamäe


can someone check (and fix?) why those optional deps:
https://github.com/docker/docker-py/blob/1.8.1/setup.py#L14-L17




extras_require = {

':python_version < "3.5"': 'backports.ssl_match_hostname >= 3.5',

':python_version < "3.3"': 'ipaddress >= 1.0.16',

}



end up in python3 egg and therefore rpm deps:

1. error:[python-docker.spec
   
]
   python3-docker-1.8.1-1.noarch: req
   python3egg(backports.ssl-match-hostname) >= 3.5 not found
2. error:[python-docker.spec
   
]
   python3-docker-1.8.1-1.noarch: req python3egg(ipaddress) >= 1.0.16
   not found


spec itself is here: 
https://github.com/pld-linux/python-docker/blob/auto/th/python-docker-1.8.1-1/python-docker.spec





--
glen

___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en