Bug 2220373 - F39FailsToInstall: python3-onionbalance
Summary: F39FailsToInstall: python3-onionbalance
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-onionbalance
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marcel Haerry
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.12 F39FTBFS F39FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2023-07-05 19:16 UTC by Fedora Fails To Install
Modified: 2023-07-07 14:49 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-07-07 14:49:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github asn-d6 onionbalance pull 49 0 None open versioneer: replace deprecated (and removed in 3.12) SafeConfigParser 2023-07-07 14:49:29 UTC

Description Fedora Fails To Install 2023-07-05 19:16:48 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (python-onionbalance) Fails To Install in Fedora 39:

can't install python3-onionbalance:
  - nothing provides python3.11dist(setuptools) needed by python3-onionbalance-0.2.1-6.fc39.noarch
  - nothing provides python3.11dist(pycryptodomex) needed by python3-onionbalance-0.2.1-6.fc39.noarch
  - nothing provides python3.11dist(setproctitle) needed by python3-onionbalance-0.2.1-6.fc39.noarch
  - nothing provides python(abi) = 3.11 needed by python3-onionbalance-0.2.1-6.fc39.noarch
  - nothing provides python3.11dist(cryptography) >= 2.5 needed by python3-onionbalance-0.2.1-6.fc39.noarch
  - nothing provides python3.11dist(future) >= 0.14 needed by python3-onionbalance-0.2.1-6.fc39.noarch
  - nothing provides python3.11dist(pyyaml) >= 4.2~b1 needed by python3-onionbalance-0.2.1-6.fc39.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-39-x86_64 --config-opts mirrored=False install python3-onionbalance


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Miro Hrončok 2023-07-06 23:20:32 UTC
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP'
/builddir/build/BUILD/OnionBalance-0.2.1/versioneer.py:421: SyntaxWarning: invalid escape sequence '\s'
  LONG_VERSION_PY['git'] = '''
Traceback (most recent call last):
  File "/builddir/build/BUILD/OnionBalance-0.2.1/setup.py", line 65, in <module>
    version=versioneer.get_version(),
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/OnionBalance-0.2.1/versioneer.py", line 1480, in get_version
    return get_versions()["version"]
           ^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/OnionBalance-0.2.1/versioneer.py", line 1412, in get_versions
    cfg = get_config_from_root(root)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/OnionBalance-0.2.1/versioneer.py", line 342, in get_config_from_root
    parser = configparser.SafeConfigParser()
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?


Note You need to log in before you can comment on or make changes to this bug.