Re: Need help with conda package - launcher script

2023-10-08 Thread Orion Poplawski

On 10/8/23 16:06, Elliott Sales de Andrade wrote:

On Sun, Oct 8, 2023 at 10:20 AM Orion Poplawski  wrote:


With the update to conda 23.5.2 and using the pyproject macros, the
conda package is no longer producing the /usr/bin/conda-env launcher
script which is causing problems.


What problems specifically?


I don't know how I can get that back with the current build system.  Any
help would be greatly appreciated.


Upstream appears to have changed to hatch, and there's no entry for a
conda-env script [1], so it's up to them, and is either intentional or
an oversight.
And given [2], it doesn't appear that `conda-env` has much life left,
so it seems intentional.
But in any case, it seems like something you should confirm with upstream.


Thanks.

--
Orion Poplawski


[1] 
https://github.com/conda/conda/commit/0a255799567ba28f421a1fe7309c5336cbcdbf0a#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R50-R51
[2] 
https://github.com/conda/conda/commit/da31c933fec50e7242f3ecb4b90e586bd3861a2b


Thanks.  Figured out that the new location in pyproject.toml is in 
[project.scripts] and re-added conda-env to that and reset conda to the 
regular conda main.


Upstream expects one to install a separate conda-env package into the 
environment.  Upstream doesn't really support the mode we are using with 
Fedora, so we have to do some tweaking.



--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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

2023-10-08 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
   4  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-bcf6c3bf53   
cacti-1.2.25-1.el7 cacti-spine-1.2.25-1.el7
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-36e0ca3184   
netatalk-3.1.18-1.el7
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-0d68b0d3aa   
chromium-117.0.5938.149-1.el7


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

bird2-2.14-1.el7

Details about builds:



 bird2-2.14-1.el7 (FEDORA-EPEL-2023-3f4ae7452a)
 BIRD Internet Routing Daemon

Update Information:

# BIRD 2.14 (2023-10-07)* MPLS subsystem   * L3VPN: BGP/MPLS VPNs (RFC 4364)
* BGP: Access to unknown route attributes   * RAdv: Custom options   * Babel:
RTT metric extension   * BMP: Refactored route monitoring   * BMP: Multiple
instances of BMP protocol   * BMP: Both pre-policy and post-policy monitoring
* Experimental route aggregation   * Filter: Method framework   * Filter:
Functions have return type statements   * Filter: New bytestring data type   *
Kernel: Option to learn kernel routes   * Many bugfixes and improvements   ##
Notes  User-defined filter functions that return values now should have return
type statements. BIRD still accepts functions without such statement, if they
could be properly typed.  For loops allowed to use both existing iterator
variables or ones defined in the for statement. BIRD no longer support the first
case, all iterator variables must be defined in the for statement (e.g. `for int
i in bgp_path ...`).  Due to oversight, VRF interfaces were not included in
respective VRFs, this is fixed now.

ChangeLog:

* Sun Oct  8 2023 Robert Scheck  - 2.14-1
- Upgrade to 2.14 (#2242616)
- Revert upstream change allowing RTA_VIA without MPLS support

References:

  [ 1 ] Bug #2242616 - bird-2.14 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2242616


___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Need help with conda package - launcher script

2023-10-08 Thread Elliott Sales de Andrade
On Sun, Oct 8, 2023 at 10:20 AM Orion Poplawski  wrote:
>
> With the update to conda 23.5.2 and using the pyproject macros, the
> conda package is no longer producing the /usr/bin/conda-env launcher
> script which is causing problems.

What problems specifically?

> I don't know how I can get that back with the current build system.  Any
> help would be greatly appreciated.

Upstream appears to have changed to hatch, and there's no entry for a
conda-env script [1], so it's up to them, and is either intentional or
an oversight.
And given [2], it doesn't appear that `conda-env` has much life left,
so it seems intentional.
But in any case, it seems like something you should confirm with upstream.

> Thanks.
>
> --
> Orion Poplawski

[1] 
https://github.com/conda/conda/commit/0a255799567ba28f421a1fe7309c5336cbcdbf0a#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R50-R51
[2] 
https://github.com/conda/conda/commit/da31c933fec50e7242f3ecb4b90e586bd3861a2b
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2242776] New: perl-EV-4.34 is available

2023-10-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2242776

Bug ID: 2242776
   Summary: perl-EV-4.34 is available
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-EV
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: c...@redhat.com, emman...@seyman.fr,
perl-devel@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Releases retrieved: 4.34
Upstream release that is considered latest: 4.34
Current version/release in rawhide: 4.33-14.fc40
URL: https://metacpan.org/release/EV

Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.


Based on the information from Anitya:
https://release-monitoring.org/project/7069/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-EV


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2242776

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202242776%23c0
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Push to src.fedoraproject.org using https

2023-10-08 Thread Priscila Gutierres
I solved the issue cloning the repo using fedpkg
Thanks!

On Sun, Oct 8, 2023 at 3:43 PM Aaron Rainbolt  wrote:

> On 10/8/23 13:04, Priscila Gutierres wrote:
> > Hello
> >
> > I'm trying to push my changes to my python-pymemcache fork:
> > https://src.fedoraproject.org/fork/prgutier/rpms/python-pymemcache,
> > but I'm unable due to https errors:
> > https://paste.centos.org/view/1ceb2be5
> > https://paste.centos.org/view/2aad23f4
> >
> > I'm not in the packagers group, and I can't use my ssh-key.
> Did you follow the instructions at
> https://docs.fedoraproject.org/en-US/ci/pull-requests/ ? You shouldn't
> need to be in the packager group to use these instructions.
> > Can someone help me to make https to work or add me to the package
> > group please?
> See
>
> https://docs.fedoraproject.org/en-US/package-maintainers/How_to_Get_Sponsored_into_the_Packager_Group/
> and https://docs.fedoraproject.org/en-US/fesco/Packager_sponsor_policy/
> for more info on how to get sponsored into the packager group. Note that
> you probably don't need to do this yet.
> > Priscila.
> >
> >
> > ___
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> > Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> > Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Push to src.fedoraproject.org using https

2023-10-08 Thread Aaron Rainbolt

On 10/8/23 13:04, Priscila Gutierres wrote:

Hello

I'm trying to push my changes to my python-pymemcache fork: 
https://src.fedoraproject.org/fork/prgutier/rpms/python-pymemcache,

but I'm unable due to https errors:
https://paste.centos.org/view/1ceb2be5
https://paste.centos.org/view/2aad23f4

I'm not in the packagers group, and I can't use my ssh-key.
Did you follow the instructions at 
https://docs.fedoraproject.org/en-US/ci/pull-requests/ ? You shouldn't 
need to be in the packager group to use these instructions.
Can someone help me to make https to work or add me to the package 
group please?
See 
https://docs.fedoraproject.org/en-US/package-maintainers/How_to_Get_Sponsored_into_the_Packager_Group/ 
and https://docs.fedoraproject.org/en-US/fesco/Packager_sponsor_policy/ 
for more info on how to get sponsored into the packager group. Note that 
you probably don't need to do this yet.

Priscila.


___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Push to src.fedoraproject.org using https

2023-10-08 Thread Priscila Gutierres
Hello

I'm trying to push my changes to my python-pymemcache fork:
https://src.fedoraproject.org/fork/prgutier/rpms/python-pymemcache,
but I'm unable due to https errors:
https://paste.centos.org/view/1ceb2be5
https://paste.centos.org/view/2aad23f4

I'm not in the packagers group, and I can't use my ssh-key.
Can someone help me to make https to work or add me to the package group
please?

Priscila.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Test-Announce] 2023-10-09 @ 16:00 UTC - Fedora 39 Blocker Review Meeting

2023-10-08 Thread Adam Williamson
# F39 Blocker Review meeting
# Date: 2023-10-09
# Time: 16:00 UTC
# Location: #fedora-blocker-review on irc.libera.chat (*NOT* Matrix)

Hi folks! We have 4 proposed Final blockers and 3 proposed Final freeze
exception issues to review, so let's have a meeting tomorrow.

The meeting will on IRC only due to the ongoing lack of a Matrix <->
IRC bridge and a meeting bot on the Matrix side. If you no longer have
an IRC setup you can join via webIRC: https://web.libera.chat/ , enter
a nickname and put #fedora-blocker-review in the Channel box.

If you have time today, you can take a look at the proposed or
accepted blockers before the meeting -  the full lists can be found
here: https://qa.fedoraproject.org/blockerbugs/ .

Remember, you can also now vote on bugs outside of review meetings! If
you look at the bug list in the blockerbugs app, you'll see links
labeled "Vote!" next to all proposed blockers and freeze exceptions.
Those links take you to tickets where you can vote.
https://pagure.io/fedora-qa/blocker-review has instructions on how
exactly you do it. We usually go through the tickets shortly before the
meeting and apply any clear votes, so the meeting will just cover bugs
where there wasn't a clear outcome in the ticket voting yet. **THIS
MEANS IF YOU VOTE NOW, THE MEETING WILL BE SHORTER!**

We'll be evaluating these bugs to see if they violate any of the 
Release Criteria and warrant the blocking of a release if they're not 
fixed. Information on the release criteria for F39 can be found on the 
wiki [0].

For more information about the Blocker and Freeze exception process, 
check out these links:
 - https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process
 - https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process

And for those of you who are curious how a Blocker Review Meeting 
works - or how it's supposed to go and you want to run one - check out 
the SOP on the wiki:
 - https://fedoraproject.org/wiki/QA:SOP_Blocker_Bug_Meeting

Have a good day and see you tomorrow!

[0] https://fedoraproject.org/wiki/Fedora_Release_Criteria
-- 
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @ad...@fosstodon.org
https://www.happyassassin.net



___
test-announce mailing list -- test-annou...@lists.fedoraproject.org
To unsubscribe send an email to test-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test-annou...@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Trivial review swaps

2023-10-08 Thread Leigh Scott
I have this simple review pending if you interested.

https://bugzilla.redhat.com/show_bug.cgi?id=2213540
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[EPEL-devel] Re: python311-dnf for el8 and el9

2023-10-08 Thread Miro Hrončok

On 05. 10. 23 21:52, Ken Dreyer wrote:

Hi folks,

I have some Python apps that "import dnf". I wanted to run these on
the parallel Python versions in RHEL 8 and 9, but there's no
python311-dnf library available.

I haven't looked into this yet. Has anyone else looked at it?

I think I'll need something like
https://src.fedoraproject.org/rpms/python3-rpm/c/966f38637a7f51376e57b7aeb19a872986a39b8a
, but for a "python3-dnf" package?

(By the way, thanks Python team for python3.11 in RHEL 8 and 9. That
is helpful for moving workloads across RHEL versions and helping the
Python ecosystem move forward. And thank you Miro for python311-rpm!)


Hello.

Packaging python3.11-dnf for EPEL 8 and 9 should be trivial,
but it's not a single package.

$ repoquery -q --repo=c9s-baseos --requires python3-dnf --latest=1 | grep python
/usr/bin/python3.9
python(abi) = 3.9
python3-gpg
python3-hawkey >= 0.66.0
python3-libcomps >= 0.1.8
python3-libdnf
python3-libdnf >= 0.66.0
python3-rpm >= 4.14.0

We would need to package (at least) 4 packages:

python3.11-gpg (gpgme)
python3.11-hawkey and python3.11-libdnf (libdnf)
python3.11-libcomps (libcomps)
python3.11-dnf (dnf)

There's also a possible usage of the gi.Modulemd module from libmodulemd , but 
I've only been able to grep that in tests :/


Reproducing the approach from python3-rpm should work, but I haven't tried it.
I am not able to commit myself to maintaining the dnf stack in EPEL for couple 
years.


--
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Need help with conda package - launcher script

2023-10-08 Thread Orion Poplawski
With the update to conda 23.5.2 and using the pyproject macros, the 
conda package is no longer producing the /usr/bin/conda-env launcher 
script which is causing problems.


I don't know how I can get that back with the current build system.  Any 
help would be greatly appreciated.


Thanks.

--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2239043] perl-Crypt-OpenSSL-AES-0.15 is available

2023-10-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2239043



--- Comment #20 from Upstream Release Monitoring 
 ---
Created attachment 1992947
  --> https://bugzilla.redhat.com/attachment.cgi?id=1992947=edit
Update to 0.15 (#2239043)


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2239043

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202239043%23c20
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2239043] perl-Crypt-OpenSSL-AES-0.15 is available

2023-10-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2239043



--- Comment #19 from Upstream Release Monitoring 
 ---
Scratch build failed. Details below:

BuilderException: Build failed:
Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs',
'/var/tmp/thn-p423zj2r/perl-Crypt-OpenSSL-AES.spec']' returned non-zero exit
status 1.

StdOut:
setting SOURCE_DATE_EPOCH=1696723200
error: Bad file: ./Crypt-OpenSSL-AES-0.15.tar.gz: No such file or directory

RPM build errors:
Bad file: ./Crypt-OpenSSL-AES-0.15.tar.gz: No such file or directory


Traceback:
  File
"/usr/local/lib/python3.11/site-packages/hotness/use_cases/package_scratch_build_use_case.py",
line 56, in build
result = self.builder.build(request.package, request.opts)
 ^
  File "/usr/local/lib/python3.11/site-packages/hotness/builders/koji.py", line
229, in build
raise BuilderException(

If you think this issue is caused by some bug in the-new-hotness, please report
it on the-new-hotness issue tracker:
https://github.com/fedora-infra/the-new-hotness/issues


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2239043

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202239043%23c19
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2239043] perl-Crypt-OpenSSL-AES-0.15 is available

2023-10-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2239043

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Crypt-OpenSSL-AES-0.14 |perl-Crypt-OpenSSL-AES-0.15
   |is available|is available



--- Comment #18 from Upstream Release Monitoring 
 ---
Releases retrieved: 0.15
Upstream release that is considered latest: 0.15
Current version/release in rawhide: 0.02-51.fc39
URL: http://search.cpan.org/dist/Crypt-OpenSSL-AES/

Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.


Based on the information from Anitya:
https://release-monitoring.org/project/2743/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Crypt-OpenSSL-AES


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2239043

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202239043%23c18
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora 39 compose report: 20231008.n.0 changes

2023-10-08 Thread Fedora Branched Report
OLD: Fedora-39-20231007.n.0
NEW: Fedora-39-20231008.n.0

= SUMMARY =
Added images:1
Dropped images:  0
Added packages:  0
Dropped packages:3
Upgraded packages:   0
Downgraded packages: 0

Size of added packages:  0 B
Size of dropped packages:301.52 MiB
Size of upgraded packages:   0 B
Size of downgraded packages: 0 B

Size change of upgraded packages:   0 B
Size change of downgraded packages: 0 B

= ADDED IMAGES =
Image: Onyx dvd-ostree x86_64
Path: Onyx/x86_64/iso/Fedora-Onyx-ostree-x86_64-39-20231008.n.0.iso

= DROPPED IMAGES =

= ADDED PACKAGES =

= DROPPED PACKAGES =
Package: freecad-1:0.20.2-4.fc39
Summary: A general purpose 3D CAD modeler
RPMs:freecad freecad-data
Size:251.88 MiB

Package: python-geomet-1.0.0-2.fc38
Summary: GeoJSON <-> WKT/WKB conversion utilities
RPMs:python3-geomet
Size:64.37 KiB

Package: python-pyside2-1:5.15.7-2.fc38
Summary: Python bindings for the Qt 5 cross-platform application and UI 
framework
RPMs:pyside2-tools python3-pyside2 python3-pyside2-devel python3-shiboken2 
python3-shiboken2-devel shiboken2
Size:49.58 MiB


= UPGRADED PACKAGES =

= DOWNGRADED PACKAGES =
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2242684] perl-Business-ISBN-Data-20231006.001 is available

2023-10-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2242684

Fedora Update System  changed:

   What|Removed |Added

 Resolution|--- |ERRATA
   Fixed In Version||perl-Business-ISBN-Data-202
   ||31006.001-1.fc40
 Status|MODIFIED|CLOSED
Last Closed||2023-10-08 09:46:12



--- Comment #2 from Fedora Update System  ---
FEDORA-2023-96fa559236 has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2242684

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202242684%23c2
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2242684] perl-Business-ISBN-Data-20231006.001 is available

2023-10-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2242684

Fedora Update System  changed:

   What|Removed |Added

 Status|NEW |MODIFIED



--- Comment #1 from Fedora Update System  ---
FEDORA-2023-96fa559236 has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-96fa559236


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2242684

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla=report-spam_desc=Report%20of%20Bug%202242684%23c1
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Trivial review swaps

2023-10-08 Thread Mattia Verga via devel
Hello folks,

I have a couple of trivial packages waiting for reviews:

- libahp-gt - Driver library for the AHP GT Controllers 
(https://bugzilla.redhat.com/show_bug.cgi?id=2237299)
- libahp-xc - Driver library for the AHP XC Correlators 
(https://bugzilla.redhat.com/show_bug.cgi?id=2237300)

I'd happy to swap reviews with anyone in need. Comments from new 
packagers in need of sponsorship are welcome (though I'm not a sponsor).

Thank you

Mattia

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue