Bug 2155243 - python-mygpoclient fails to build with Python 3.12: AttributeError: 'Test_SimpleClient' object has no attribute 'assertEquals'.
Summary: python-mygpoclient fails to build with Python 3.12: AttributeError: 'Test_Sim...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-mygpoclient
Version: 38
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.12
TreeView+ depends on / blocked
 
Reported: 2022-12-20 13:51 UTC by Tomáš Hrnčiar
Modified: 2023-09-14 01:28 UTC (History)
4 users (show)

Fixed In Version: python-mygpoclient-1.9-1.fc39 python-mygpoclient-1.9-1.fc37 python-mygpoclient-1.9-1.fc38
Clone Of:
Environment:
Last Closed: 2023-09-06 23:39:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2022-12-20 13:51:37 UTC
python-mygpoclient fails to build with Python 3.12.0a3.

======================================================================
ERROR: test_initSetsCorrectAttributes (mygpoclient.api_test.Test_EpisodeAction.test_initSetsCorrectAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 102, in test_initSetsCorrectAttributes
    self.assertEquals(action.podcast, FEED_URL_1)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_EpisodeAction' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_toDictionary_containsAllAttributes (mygpoclient.api_test.Test_EpisodeAction.test_toDictionary_containsAllAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 172, in test_toDictionary_containsAllAttributes
    self.assertEquals(len(list(dictionary.keys())), 8)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_EpisodeAction' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_toDictionary_containsMandatoryAttributes (mygpoclient.api_test.Test_EpisodeAction.test_toDictionary_containsMandatoryAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 159, in test_toDictionary_containsMandatoryAttributes
    self.assertEquals(len(list(dictionary.keys())), 3)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_EpisodeAction' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_initSetsCorrectAttributes (mygpoclient.api_test.Test_EpisodeActionChanges.test_initSetsCorrectAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 67, in test_initSetsCorrectAttributes
    self.assertEquals(changes.actions, self.ACTIONS)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_EpisodeActionChanges' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_downloadEpisodeActions_returnsActionList (mygpoclient.api_test.Test_MygPodderClient.test_downloadEpisodeActions_returnsActionList)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 518, in test_downloadEpisodeActions_returnsActionList
    self.assertEquals(len(changes.actions), 2)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getDevices_returnsDeviceList (mygpoclient.api_test.Test_MygPodderClient.test_getDevices_returnsDeviceList)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 593, in test_getDevices_returnsDeviceList
    self.assertEquals(len(devices), 2)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getFavoriteEpisodes_returnsEpisodeList (mygpoclient.api_test.Test_MygPodderClient.test_getFavoriteEpisodes_returnsEpisodeList)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 627, in test_getFavoriteEpisodes_returnsEpisodeList
    self.assertEquals(len(favorites), 2)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getSubscriptions_withPodcastDevice (mygpoclient.api_test.Test_MygPodderClient.test_getSubscriptions_withPodcastDevice)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 245, in test_getSubscriptions_withPodcastDevice
    self.assertEquals(self.client.get_subscriptions(device), [])
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_pullSubscriptions_returnsChangesListAndTimestamp (mygpoclient.api_test.Test_MygPodderClient.test_pullSubscriptions_returnsChangesListAndTimestamp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 442, in test_pullSubscriptions_returnsChangesListAndTimestamp
    self.assertEquals(changes.add, [FEED_URL_1, FEED_URL_2])
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_putSubscriptions_withPodcastDevice (mygpoclient.api_test.Test_MygPodderClient.test_putSubscriptions_withPodcastDevice)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 251, in test_putSubscriptions_withPodcastDevice
    self.assertEquals(self.client.put_subscriptions(device, self.ADD), True)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_updateDeviceSettings_withCaption (mygpoclient.api_test.Test_MygPodderClient.test_updateDeviceSettings_withCaption)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 540, in test_updateDeviceSettings_withCaption
    self.assertEquals(result, True)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_updateDeviceSettings_withCaptionAndType (mygpoclient.api_test.Test_MygPodderClient.test_updateDeviceSettings_withCaptionAndType)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 556, in test_updateDeviceSettings_withCaptionAndType
    self.assertEquals(result, True)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_updateDeviceSettings_withNothing (mygpoclient.api_test.Test_MygPodderClient.test_updateDeviceSettings_withNothing)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 532, in test_updateDeviceSettings_withNothing
    self.assertEquals(result, True)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_updateDeviceSettings_withType (mygpoclient.api_test.Test_MygPodderClient.test_updateDeviceSettings_withType)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 548, in test_updateDeviceSettings_withType
    self.assertEquals(result, True)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_updateSubscriptions_returnsUpdateResult (mygpoclient.api_test.Test_MygPodderClient.test_updateSubscriptions_returnsUpdateResult)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 334, in test_updateSubscriptions_returnsUpdateResult
    self.assert_(hasattr(result, 'since'))
    ^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assert_'. Did you mean: 'assertIn'?

======================================================================
ERROR: test_uploadEpisodeActions_returnsTimestamp (mygpoclient.api_test.Test_MygPodderClient.test_uploadEpisodeActions_returnsTimestamp)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 469, in test_uploadEpisodeActions_returnsTimestamp
    self.assertEquals(result, self.SINCE)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_MygPodderClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_initSetsCorrectAttributes (mygpoclient.api_test.Test_PodcastDevice.test_initSetsCorrectAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 76, in test_initSetsCorrectAttributes
    self.assertEquals(device.device_id, DEVICE_ID_1)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_PodcastDevice' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_initSetsCorrectAttributes (mygpoclient.api_test.Test_SubscriptionChanges.test_initSetsCorrectAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/api_test.py", line 52, in test_initSetsCorrectAttributes
    self.assertEquals(changes.add, self.ADD)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_SubscriptionChanges' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_parseResponse_emptyString_returnsNone (mygpoclient.json_test.Test_JsonClient.test_parseResponse_emptyString_returnsNone)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/json_test.py", line 74, in test_parseResponse_emptyString_returnsNone
    self.assertEquals(client.GET(self.URI_BASE + '/'), None)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_JsonClient' object has no attribute 'assertEquals'
-------------------- >> begin captured stdout << ---------------------
Called urllib.request.build_opener(
    <urllib.request.HTTPBasicAuthHandler object at 0x7f797fbdc500>,
    <urllib.request.HTTPCookieProcessor object at 0x7f797fbdc3b0>)

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_parseResponse_worksWithDictionary (mygpoclient.json_test.Test_JsonClient.test_parseResponse_worksWithDictionary)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/json_test.py", line 64, in test_parseResponse_worksWithDictionary
    self.assertEquals(items, [('a', 'B'), ('c', 'D')])
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_JsonClient' object has no attribute 'assertEquals'
-------------------- >> begin captured stdout << ---------------------
Called urllib.request.build_opener(
    <urllib.request.HTTPBasicAuthHandler object at 0x7f797fbfb410>,
    <urllib.request.HTTPCookieProcessor object at 0x7f797fbfb2f0>)
Called urllib.request.OpenerDirector.open(
    <mygpoclient.http.HttpRequest object at 0x7f797fbfb350>)

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_parseResponse_worksWithIntegerList (mygpoclient.json_test.Test_JsonClient.test_parseResponse_worksWithIntegerList)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/json_test.py", line 69, in test_parseResponse_worksWithIntegerList
    self.assertEquals(client.GET(self.URI_BASE + '/'), [1,2,3,6,7])
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_JsonClient' object has no attribute 'assertEquals'
-------------------- >> begin captured stdout << ---------------------
Called urllib.request.build_opener(
    <urllib.request.HTTPBasicAuthHandler object at 0x7f797fbfaff0>,
    <urllib.request.HTTPCookieProcessor object at 0x7f797fbfade0>)

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: Test locator creation with a host
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/locator_test.py", line 107, in test_create_with_host
    self.assertEquals(loc.toplist_uri(),
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_Exceptions' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: Test locator creation with a root URL instead of host
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/locator_test.py", line 95, in test_create_with_url
    self.assertEquals(loc.toplist_uri(),
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_Exceptions' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: Test locator creation with a root URL ending with a slash
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/locator_test.py", line 101, in test_create_with_url_slash
    self.assertEquals(loc.toplist_uri(),
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_Exceptions' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: Test that root_uri trivially works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/locator_test.py", line 89, in test_root_uri
    self.assertEquals(self.locator.root_uri(),
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_Exceptions' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: Test that no device returns user subscriptions
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/locator_test.py", line 84, in test_subscriptions_uri_no_device
    self.assertEquals(self.locator.subscriptions_uri(),
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_Exceptions' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getEpisodeData (mygpoclient.public_test.Test_PublicClient.test_getEpisodeData)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/public_test.py", line 200, in test_getEpisodeData
    self.assertEquals(result, self.EPISODE)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_PublicClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getPodcastData (mygpoclient.public_test.Test_PublicClient.test_getPodcastData)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/public_test.py", line 194, in test_getPodcastData
    self.assertEquals(result, self.PODCAST)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_PublicClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getPodcastsOfATag (mygpoclient.public_test.Test_PublicClient.test_getPodcastsOfATag)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/public_test.py", line 182, in test_getPodcastsOfATag
    self.assertEquals(result, self.SEARCHRESULT)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_PublicClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getTopTags (mygpoclient.public_test.Test_PublicClient.test_getTopTags)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/public_test.py", line 188, in test_getTopTags
    self.assertEquals(result, self.TOPTAGS)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_PublicClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getToplist (mygpoclient.public_test.Test_PublicClient.test_getToplist)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/public_test.py", line 170, in test_getToplist
    self.assertEquals(result, self.TOPLIST)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_PublicClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_searchPodcasts (mygpoclient.public_test.Test_PublicClient.test_searchPodcasts)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/public_test.py", line 176, in test_searchPodcasts
    self.assertEquals(result, self.SEARCHRESULT)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_PublicClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getSubscriptions (mygpoclient.simple_test.Test_SimpleClient.test_getSubscriptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/simple_test.py", line 93, in test_getSubscriptions
    self.assertEquals(subscriptions, self.SUBSCRIPTIONS)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_SimpleClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_getSuggestions (mygpoclient.simple_test.Test_SimpleClient.test_getSuggestions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/simple_test.py", line 99, in test_getSuggestions
    self.assertEquals(suggestions, self.SUGGESTIONS)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_SimpleClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

======================================================================
ERROR: test_putSubscriptions (mygpoclient.simple_test.Test_SimpleClient.test_putSubscriptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/mygpoclient-1.8/mygpoclient/simple_test.py", line 87, in test_putSubscriptions
    self.assertEquals(result, True)
    ^^^^^^^^^^^^^^^^^
AttributeError: 'Test_SimpleClient' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

Removed many old deprecated unittest features:

    - A number of TestCase method aliases:

    | Deprecated alias      |  Method Name           | Deprecated in |
    +-----------------------|------------------------|---------------+
    | failUnless            | assertTrue()           |      3.1      |
    | failIf                | assertFalse()          |      3.1      |
    | failUnlessEqual       | assertEqual()          |      3.1      |
    | failIfEqual           | assertNotEqual()       |      3.1      |
    | failUnlessAlmostEqual | assertAlmostEqual()    |      3.1      |
    | failIfAlmostEqual     | assertNotAlmostEqual() |      3.1      |
    | failUnlessRaises      | assertRaises()         |      3.1      |
    | assert_               | assertTrue()           |      3.2      |
    | assertEquals          | assertEqual()          |      3.2      |
    | assertNotEquals       | assertNotEqual()       |      3.2      |
    | assertAlmostEquals    | assertAlmostEqual()    |      3.2      |
    | assertNotAlmostEquals | assertNotAlmostEqual() |      3.2      |
    | assertRegexpMatches   | assertRegex()          |      3.2      |
    | assertRaisesRegexp    | assertRaisesRegex()    |      3.2      |
    | assertNotRegexpMatches| assertNotRegex()       |      3.5      |
    +-----------------------|------------------------|---------------+

    You can use https://github.com/isidentical/teyit to automatically modernise your unit tests.

    - Undocumented and broken TestCase method assertDictContainsSubset (deprecated in Python 3.2).

    - Undocumented TestLoader.loadTestsFromModule parameter use_load_tests (deprecated and ignored since Python 3.2).

    - An alias of the TextTestResult class: _TextTestResult (deprecated in Python
3.2).

(Contributed by Serhiy Storchaka in bpo-45162.)
https://bugs.python.org/issue?@action=redirect&bpo=45162



https://docs.python.org/3.12/whatsnew/3.12.html

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.12/fedora-rawhide-x86_64/05129244-python-mygpoclient/

For all our attempts to build python-mygpoclient with Python 3.12, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.12/package/python-mygpoclient/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.12:
https://copr.fedorainfracloud.org/coprs/g/python/python3.12/

Let us know here if you have any questions.

Python 3.12 is planned to be included in Fedora 39. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.12.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Ben Cotton 2023-02-07 15:03:31 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle.
Changing version to 38.

Comment 2 Fedora Admin user for bugzilla script actions 2023-09-05 00:50:46 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 3 Fedora Update System 2023-09-05 16:07:20 UTC
FEDORA-2023-7ba0abb47b has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-7ba0abb47b

Comment 4 Fedora Update System 2023-09-05 16:07:22 UTC
FEDORA-2023-ab745f4b97 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-ab745f4b97

Comment 5 Fedora Admin user for bugzilla script actions 2023-09-06 00:44:03 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 6 Fedora Update System 2023-09-06 01:24:47 UTC
FEDORA-2023-7ba0abb47b has been pushed to the Fedora 38 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-7ba0abb47b`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-7ba0abb47b

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 7 Fedora Update System 2023-09-06 01:33:19 UTC
FEDORA-2023-b5526bbdff has been pushed to the Fedora 39 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-b5526bbdff`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-b5526bbdff

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 8 Fedora Update System 2023-09-06 02:15:49 UTC
FEDORA-2023-ab745f4b97 has been pushed to the Fedora 37 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-ab745f4b97`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-ab745f4b97

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 9 Fedora Update System 2023-09-06 23:39:24 UTC
FEDORA-2023-b5526bbdff has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 10 Fedora Update System 2023-09-14 00:43:20 UTC
FEDORA-2023-ab745f4b97 has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 11 Fedora Update System 2023-09-14 01:28:05 UTC
FEDORA-2023-7ba0abb47b has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


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