Re: Release fedpkg-1.33

2018-05-18 Thread Tomasz Kłoczko
On 17 May 2018 at 06:51, Chenxiong Qi  wrote:
[..]
> fedpkg has been compatible with Python 3, and defaults to Python 3 in
> rawhide. Thanks Miro Hrončok for your patch to build Python 3 package.

Despite what you just wrote still it is not possible to use it without
python2 packages.

# rpm -q --qf "[%{REQUIRENAME} %{REQUIREFLAGS:depflags}
%{REQUIREVERSION}\n]" fedpkg
/usr/bin/python3
bodhi-client
config(fedpkg) = 1.33-1.fc29
fedora-packager   < HERE
koji
python(abi) = 3.6
python3-bugzilla
python3-fedora
python3-openidc-client
python3-rpkg >= 1.54
redhat-rpm-config
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1

# rpm -q --qf "[%{REQUIRENAME} %{REQUIREFLAGS:depflags}
%{REQUIREVERSION}\n]" fedora-packager
/bin/bash
/bin/sh
/usr/bin/python2
bodhi-client
config(fedora-packager) = 0.6.0.2-1.fc29
curl
fedora-cert = 0.6.0.2-1.fc29
fedpkg >= 1.0
koji >= 1.11.0
krb5-workstation >= 1.14.3-4
mock
openssh-clients
packagedb-cli
python2-offtrac
python2-pyOpenSSL
python2-yubico
redhat-rpm-config
rpm-build
rpmdevtools
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rpmlint
ykpers

kloczek
--
Tomasz Kłoczko | LinkedIn: http://lnkd.in/FXPWxH
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to 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/devel@lists.fedoraproject.org/message/LVBLG2EVKVXDWU2H5ICWOGPMLACKRHJ3/


Re: Release fedpkg-1.33

2018-05-17 Thread Miro Hrončok

On 17.5.2018 17:57, Kevin Fenzi wrote:

On 05/17/2018 03:06 AM, Florian Weimer wrote:

On 05/17/2018 07:51 AM, Chenxiong Qi wrote:

fedpkg has been compatible with Python 3, and defaults to Python 3 in
rawhide.


Doesn't this break commands like “fedpkg build” because the Koji
libraries only support Kerberos authentication on Python 2?


Well, it breaks fedpkg clone here. ;)


Actually not broken by being python3 :)

https://bugzilla.redhat.com/show_bug.cgi?id=1579367

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to 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/devel@lists.fedoraproject.org/message/YKXH5I3EGHC6R4UJSV3CMZ3PWBNMYP6C/


Re: Release fedpkg-1.33

2018-05-17 Thread Kevin Fenzi
On 05/17/2018 03:06 AM, Florian Weimer wrote:
> On 05/17/2018 07:51 AM, Chenxiong Qi wrote:
>> fedpkg has been compatible with Python 3, and defaults to Python 3 in
>> rawhide.
> 
> Doesn't this break commands like “fedpkg build” because the Koji
> libraries only support Kerberos authentication on Python 2?

Well, it breaks fedpkg clone here. ;)

https://bugzilla.redhat.com/show_bug.cgi?id=1579422

kevin



signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to 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/devel@lists.fedoraproject.org/message/75V65OZUKU6FULLJDASV6X53ZPI36EMJ/


Re: Release fedpkg-1.33

2018-05-17 Thread Florian Weimer

On 05/17/2018 07:51 AM, Chenxiong Qi wrote:

fedpkg has been compatible with Python 3, and defaults to Python 3 in
rawhide.


Doesn't this break commands like “fedpkg build” because the Koji 
libraries only support Kerberos authentication on Python 2?


Thanks,
Florian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to 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/devel@lists.fedoraproject.org/message/MPO6SPNWRFXMEVOEQ735764CPL5NEJU7/


Re: Release fedpkg-1.33

2018-05-16 Thread Chenxiong Qi
On Thu, 2018-05-17 at 13:42 +0800, Chenxiong Qi wrote:
> Hi all,
> 
> A new version fedpkg-1.33 is released.
> 
> Changelog
> 
> - Allow running tests against specified rpkg (cqi)
> - Fix test due to rpkg uses getpass.getuser (cqi)
> - Getting bodhi version works with Python 3 - #213 (cqi)
> - Detect Bodhi client by major version - #204 (cqi)
> - Allow requesting modular repositories without bug ID - #197
> (rdossant)
> - Fix test test_verify_sls_invalid_date - #209 (cqi)
> - Copy pip-pycurl to ensure pycurl is installed correctly (cqi)
> - Fix unicode issue for update command in Python 3 - #206 (cqi)
> - Fix a few E722 code styles errors (cqi)
> - Fix fake PDC URL in test (cqi)
> - Use tox to run tests with multiple Python versions (cqi)
> - Reword error message for missing pagure token - #194 (cqi)
> - Tell which token ACL is required for request-repo - #195 (cqi)
> - Rename incorrect references of Koshei to be Anitya (mprahl)

fedpkg has been compatible with Python 3, and defaults to Python 3 in
rawhide. Thanks Miro Hrončok for your patch to build Python 3 package.

> 
> Updates: https://bodhi.fedoraproject.org/updates/?builds=fedpkg-1.33-
> 1.
> fc27=fedpkg-1.33-1.fc28=fedpkg-1.33-
> 1.el6=fedpkg-
> 1.33-1.el7
> 

Regards,
Chenxiong Qi
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Release fedpkg-1.33

2018-05-16 Thread Chenxiong Qi
Hi all,

A new version fedpkg-1.33 is released.

Changelog

- Allow running tests against specified rpkg (cqi)
- Fix test due to rpkg uses getpass.getuser (cqi)
- Getting bodhi version works with Python 3 - #213 (cqi)
- Detect Bodhi client by major version - #204 (cqi)
- Allow requesting modular repositories without bug ID - #197
(rdossant)
- Fix test test_verify_sls_invalid_date - #209 (cqi)
- Copy pip-pycurl to ensure pycurl is installed correctly (cqi)
- Fix unicode issue for update command in Python 3 - #206 (cqi)
- Fix a few E722 code styles errors (cqi)
- Fix fake PDC URL in test (cqi)
- Use tox to run tests with multiple Python versions (cqi)
- Reword error message for missing pagure token - #194 (cqi)
- Tell which token ACL is required for request-repo - #195 (cqi)
- Rename incorrect references of Koshei to be Anitya (mprahl)

Updates: https://bodhi.fedoraproject.org/updates/?builds=fedpkg-1.33-1.
fc27=fedpkg-1.33-1.fc28=fedpkg-1.33-1.el6=fedpkg-
1.33-1.el7

-- 
Regards,
Chenxiong Qi
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org