On 03. 10. 22 12:55, Sandro wrote:

Regarding availability for el9, I didn't know (where to look). I looked on src.fp.o:

https://src.fedoraproject.org/rpms/python-setuptools_scm

There's an ancient version for el7, but nothing for el8 or el9.

That will only help with EPEL packages. To see also RHEL packages, I recommend installing CentOS 9 Stream repo file for repoquery (attached) to /etc/yum.repos.d/c9s.repo.

Then you can query like this:

$ repoquery --repo=c9s-{baseos,appstream,crb} python3-setuptools_scm --latest=1
...
python3-setuptools_scm-0:6.0.1-1.el9.noarch


Or components like this:

$ repoquery --repo=c9s-{baseos,appstream,crb}-source python-setuptools_scm \
  --latest=1
...
python-setuptools_scm-0:6.0.1-1.el9.src

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
[c9s-baseos]
name=CentOS Stream 9 - BaseOS
metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=$basearch&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
countme=1
enabled=0

[c9s-baseos-debug]
name=CentOS Stream 9 - BaseOS - Debug
metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-debug-9-stream&arch=$basearch&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
enabled=0

[c9s-baseos-source]
name=CentOS Stream 9 - BaseOS - Source
metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-source-9-stream&arch=source&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
enabled=0

[c9s-appstream]
name=CentOS Stream 9 - AppStream
metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-9-stream&arch=$basearch&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
countme=1
enabled=0

[c9s-appstream-debug]
name=CentOS Stream 9 - AppStream - Debug
metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-debug-9-stream&arch=$basearch&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
enabled=0

[c9s-appstream-source]
name=CentOS Stream 9 - AppStream - Source
metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-source-9-stream&arch=source&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
enabled=0

[c9s-crb]
name=CentOS Stream 9 - CRB
metalink=https://mirrors.centos.org/metalink?repo=centos-crb-9-stream&arch=$basearch&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
countme=1
enabled=0

[c9s-crb-debug]
name=CentOS Stream 9 - CRB - Debug
metalink=https://mirrors.centos.org/metalink?repo=centos-crb-debug-9-stream&arch=$basearch&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
enabled=0

[c9s-crb-source]
name=CentOS Stream 9 - CRB - Source
metalink=https://mirrors.centos.org/metalink?repo=centos-crb-source-9-stream&arch=source&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
metadata_expire=6h
enabled=0
_______________________________________________
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

Reply via email to