Re: State of Python 3 as default in Fedora

2014-03-04 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 04, 2014 at 11:15:34AM -0500, Dan Scott wrote:
 On Wed, Feb 12, 2014 at 7:52 AM, Miro Hrončok mhron...@redhat.com wrote:
 
  Hi,
 
  I've just published a blogpost that summarizes what's going on with Python
  3 as default in Fedora.
 
  You can find it here:
 
  http://eng.hroncok.cz/2014/02/12/python3-fedora-default/
 
  Feel free to post any comments on my blog or here on the mailing list(s)
 
 
 Basic process question: do existing packages that currently offer only
 Python 2 support, but for which upstream has subsequently added Python 3
 compatibility, follow the normal new package / full review process if
 you're adding Python 3 support as a subpackage to the existing spec file?
 (I'm working on python-rdflib at the moment, which fits this criteria).
No, they don't. There's no mandate to do a full review when new subpackages
are added, and Python 3 packages are not treated differently here.

And there's really no need to in the case of Python 3 subpackages:
they are usually rather mundane duplicates of their Python 2
counterparts with some paths changes.

Zbyszek

 I would assume so, but didn't find an explicit statement one way or another
 in https://fedoraproject.org/wiki/Packaging:Python . As I suspect this will
 be a common case with a push for Python 3 as default, I'll be happy to add
 a corresponding statement to that page.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

State of Python 3 as default in Fedora

2014-02-12 Thread Miro Hrončok

Hi,

I've just published a blogpost that summarizes what's going on with 
Python 3 as default in Fedora.


You can find it here:

http://eng.hroncok.cz/2014/02/12/python3-fedora-default/

Feel free to post any comments on my blog or here on the mailing list(s).

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: State of Python 3 as default in Fedora

2014-02-12 Thread H . Guémar
About boto:
Mitch Garnaat (upstream maintainer) is focusing on botocore and awscli,
botocore is a rethinking of boto low-level plumbing which is python3
compatible. In the long run, boto3 will be based upon botocore and support
python3.
I have packages of botocore and awscli, i still have to finish packaging
properly a few dependencies.

regards,
H.


2014-02-12 13:52 GMT+01:00 Miro Hrončok mhron...@redhat.com:

 Hi,

 I've just published a blogpost that summarizes what's going on with Python
 3 as default in Fedora.

 You can find it here:

 http://eng.hroncok.cz/2014/02/12/python3-fedora-default/

 Feel free to post any comments on my blog or here on the mailing list(s).

 --
 Miro Hrončok
 --
 Phone: +420777974800
 IRC: mhroncok
 ___
 python-devel mailing list
 python-de...@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/python-devel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: State of Python 3 as default in Fedora

2014-02-12 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/12/2014 07:52 AM, Miro Hrončok wrote:
 Hi,
 
 I've just published a blogpost that summarizes what's going on
 with Python 3 as default in Fedora.
 
 You can find it here:
 
 http://eng.hroncok.cz/2014/02/12/python3-fedora-default/
 
 Feel free to post any comments on my blog or here on the mailing
 list(s).
 

Porting authconfig may not be necessary at all, actually. One of the
discussions we had during DevConf is that we're likely going to
replace authconfig with a new library. It's unclear yet if this will
be Python or a C library, but if it's Python, we'll make Python 3
support mandatory.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlL7dbAACgkQeiVVYja6o6M92wCeM+m8SU6gl2y2RdFXjizPGm8P
ajgAn3Poq4F80psAoD1otKDe4h5szHr5
=DzRT
-END PGP SIGNATURE-
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: State of Python 3 as default in Fedora

2014-02-12 Thread Miro Hrončok

Porting authconfig may not be necessary at all, actually. One of the
discussions we had during DevConf is that we're likely going to
replace authconfig with a new library. It's unclear yet if this will
be Python or a C library, but if it's Python, we'll make Python 3
support mandatory.


OK, I'll update my post. Could you share such information on bugzilla 
and wiki as well please?


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

State of Python 3 as default in Fedora

2014-02-12 Thread Miro Hrončok

Hi,

I've just published a blogpost that summarizes what's going on with 
Python 3 as default in Fedora.


You can find it here:

http://eng.hroncok.cz/2014/02/12/python3-fedora-default/

Feel free to post any comments on my blog or here on the mailing list(s).

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
python-devel mailing list
python-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/python-devel

Re: State of Python 3 as default in Fedora

2014-02-12 Thread H . Guémar
About boto:
Mitch Garnaat (upstream maintainer) is focusing on botocore and awscli,
botocore is a rethinking of boto low-level plumbing which is python3
compatible. In the long run, boto3 will be based upon botocore and support
python3.
I have packages of botocore and awscli, i still have to finish packaging
properly a few dependencies.

regards,
H.


2014-02-12 13:52 GMT+01:00 Miro Hrončok mhron...@redhat.com:

 Hi,

 I've just published a blogpost that summarizes what's going on with Python
 3 as default in Fedora.

 You can find it here:

 http://eng.hroncok.cz/2014/02/12/python3-fedora-default/

 Feel free to post any comments on my blog or here on the mailing list(s).

 --
 Miro Hrončok
 --
 Phone: +420777974800
 IRC: mhroncok
 ___
 python-devel mailing list
 python-devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/python-devel
___
python-devel mailing list
python-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/python-devel