Re: python-cycler has broken dependencies in the rawhide tree:

2015-11-15 Thread Antonio Trande
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 11/15/2015 03:14 PM, Neal Becker wrote:
> python-cycler has broken dependencies in the rawhide tree: On
> x86_64: python3-cycler-0.9.0-4.fc24.noarch requires python(abi) =
> 0:3.4 On i386: python3-cycler-0.9.0-4.fc24.noarch requires
> python(abi) = 0:3.4 On armhfp: python3-cycler-0.9.0-4.fc24.noarch
> requires python(abi) = 0:3.4
> 
> I'm guessing it just needs to be rebuilt?  How do I do this?
> 
> I tried: fedpkg build Could not execute build: Package
> python-cycler-0.9.0-4.fc24 has already been built Note: You can
> skip this check with --skip-nvr-check. See help for more info.
> 

Rawhide is now populated by Python3.5 (and Python2.7) modules.
Rebuild your package as new release in rawhide.

- -- 
Antonio Trande

mailto: sagitter 'at' fedoraproject 'dot' org
http://fedoraos.wordpress.com/
https://fedoraproject.org/wiki/User:Sagitter
GPG Key: 0x565E653C
Check on https://keys.fedoraproject.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJWSJSpAAoJEF5tK7VWXmU8XS8IAIatS9oERnGptjJS0COFvHvt
OeyyDx2YnkF3c4iwesH3oh1G0PwnigPkkwE6a61euXQk1rzAN/OvFdMSNW6ttWyL
vTCwuAqMgSr9t1JsdxxAdjFSjDbrVstaZWa/pJMFK+IEvAdwT55hejNFw/n+AmDC
lPx5+TA9AUjhrfHC6/jtTQqxlCzkRjk0OzdCbD27+emNM+xIvBPufpu+dwfLB+kh
Zhp7WLYDQiYuQgPaibuGlYTh/fOpfBQWwhzWXrSHOPijzEnD4cZhOBNXOXdEqjJx
z1jr7/8cpQ5SEJZML/E5qfCuhQpKp7Xyenm0h4bsddA0GJP3ljvvtAD9ZE/W7+k=
=DcZT
-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: python-cycler has broken dependencies in the rawhide tree:

2015-11-15 Thread Kalev Lember
On 11/15/2015 03:14 PM, Neal Becker wrote:
> python-cycler has broken dependencies in the rawhide tree:
> On x86_64:
> python3-cycler-0.9.0-4.fc24.noarch requires python(abi) = 0:3.4
> On i386:
> python3-cycler-0.9.0-4.fc24.noarch requires python(abi) = 0:3.4
> On armhfp:
> python3-cycler-0.9.0-4.fc24.noarch requires python(abi) = 0:3.4
> 
> I'm guessing it just needs to be rebuilt?  How do I do this?
> 
> I tried: 
> fedpkg build
> Could not execute build: Package python-cycler-0.9.0-4.fc24 has already been 
> built
> Note: You can skip this check with --skip-nvr-check. See help for more info.

Yup, just needs a rebuild. To do that, bump the release, add a
%changelog entry, commit, push, fedpkg build.

-- 
Kalev
-- 
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: python-cycler has broken dependencies in the rawhide tree:

2015-11-15 Thread Kevin Fenzi
On Sun, 15 Nov 2015 18:57:49 +
Jonathan Underwood  wrote:

> I am seeing this same problem with python-importmagic, even though it
> seems to have been rebuilt for py 3.5. Have the new builds not been
> tagged into rawhide or something?

python-importmagic was attempted, but the build failed. 
https://koji.fedoraproject.org/koji/taskinfo?taskID=11794160

Seems to be failing in tests. You'll need to fix that up and then build
it. 

kevin




pgpovFxT4WsqT.pgp
Description: OpenPGP digital 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: python-cycler has broken dependencies in the rawhide tree:

2015-11-15 Thread Jonathan Underwood
On 15 November 2015 at 14:25, Kalev Lember  wrote:
> On 11/15/2015 03:14 PM, Neal Becker wrote:
>> python-cycler has broken dependencies in the rawhide tree:
>> On x86_64:
>> python3-cycler-0.9.0-4.fc24.noarch requires python(abi) = 0:3.4
>> On i386:
>> python3-cycler-0.9.0-4.fc24.noarch requires python(abi) = 0:3.4
>> On armhfp:
>> python3-cycler-0.9.0-4.fc24.noarch requires python(abi) = 0:3.4
>>
>> I'm guessing it just needs to be rebuilt?  How do I do this?
>>
>> I tried:
>> fedpkg build
>> Could not execute build: Package python-cycler-0.9.0-4.fc24 has already been
>> built
>> Note: You can skip this check with --skip-nvr-check. See help for more info.
>
> Yup, just needs a rebuild. To do that, bump the release, add a
> %changelog entry, commit, push, fedpkg build.
>

I am seeing this same problem with python-importmagic, even though it
seems to have been rebuilt for py 3.5. Have the new builds not been
tagged into rawhide or something?
-- 
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: python-cycler has broken dependencies in the rawhide tree:

2015-11-15 Thread Jonathan Underwood
On 15 November 2015 at 19:41, Kevin Fenzi  wrote:
> On Sun, 15 Nov 2015 18:57:49 +
> Jonathan Underwood  wrote:
>
>> I am seeing this same problem with python-importmagic, even though it
>> seems to have been rebuilt for py 3.5. Have the new builds not been
>> tagged into rawhide or something?
>
> python-importmagic was attempted, but the build failed.
> https://koji.fedoraproject.org/koji/taskinfo?taskID=11794160
>
> Seems to be failing in tests. You'll need to fix that up and then build
> it.

Oh, yes, wonder how I missed that broken build. Oh well, should be
fixed now, thanks for pointing it out!
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct