Bug 2054830 - python-peewee-3.14.10 is available
Summary: python-peewee-3.14.10 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-peewee
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Viliam Križan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-15 19:17 UTC by Upstream Release Monitoring
Modified: 2022-03-26 15:13 UTC (History)
3 users (show)

Fixed In Version: python-peewee-3.14.10-1.fc34 python-peewee-3.14.10-1.fc35 python-peewee-3.14.10-1.el8 python-peewee-3.14.10-1.fc36
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-16 15:59:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Upstream Release Monitoring 2022-02-15 19:17:53 UTC
Latest upstream release: 3.14.9
Current version/release in rawhide: 3.14.8-2.fc36
URL: http://docs.peewee-orm.com/

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://fedoraproject.org/wiki/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/6341/

Comment 1 Upstream Release Monitoring 2022-02-15 19:17:59 UTC
Scratch build failed. Details bellow:

GenericError: File upload failed: cli-build/1644952677.710208.eXXzvEbB/python-peewee-3.14.9-1.fc34.src.rpm
Traceback:
  File "/usr/local/lib/python3.9/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.9/site-packages/hotness/builders/koji.py", line 198, in build
    output["build_id"] = self._scratch_build(session, package.name, srpm)
  File "/usr/local/lib/python3.9/site-packages/hotness/builders/koji.py", line 451, in _scratch_build
    session.uploadWrapper(source, serverdir)
  File "/usr/lib/python3.9/site-packages/koji/__init__.py", line 3000, in uploadWrapper
    self.fastUpload(localfile, path, name, callback, blocksize, overwrite, volume=volume)
  File "/usr/lib/python3.9/site-packages/koji/__init__.py", line 2935, in fastUpload
    raise GenericError("File upload failed: %s/%s" % (path, name))

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

Comment 2 Viliam Križan 2022-03-07 16:56:02 UTC
Test are erroring out:
https://koji.fedoraproject.org/koji/taskinfo?taskID=83790023
```
======================================================================
ERROR: test_fk_migration (tests.regressions.TestFKMigrationRegression)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 3160, in execute_sql
    cursor.execute(sql, params or ())
sqlite3.OperationalError: error in view notes_public: no such table: main.note
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/builddir/build/BUILD/peewee-3.14.9/tests/regressions.py", line 1364, in test_fk_migration
    migrate(migrator.drop_column(
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 886, in migrate
    operation.run()
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 164, in run
    self._handle_result(method(*self.args, **kwargs))
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 155, in _handle_result
    result.run()
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 164, in run
    self._handle_result(method(*self.args, **kwargs))
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 158, in _handle_result
    self._handle_result(item)
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 155, in _handle_result
    result.run()
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 164, in run
    self._handle_result(method(*self.args, **kwargs))
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 153, in _handle_result
    self.execute(result)
  File "/builddir/build/BUILD/peewee-3.14.9/playhouse/migrate.py", line 149, in execute
    self.migrator.database.execute(node)
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 3173, in execute
    return self.execute_sql(sql, params, commit=commit)
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 3157, in execute_sql
    with __exception_wrapper__:
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 2933, in __exit__
    reraise(new_type, new_type(exc_value, *exc_args), traceback)
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 191, in reraise
    raise value.with_traceback(tb)
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 3160, in execute_sql
    cursor.execute(sql, params or ())
peewee.OperationalError: error in view notes_public: no such table: main.note
======================================================================
Unable to import sqlite C extension tests, skipping.
Unable to import mysql-connector, skipping mysql_ext tests.
Postgresql test database "peewee_test" not found, skipping the postgres_ext tests.
Unable to import SQLCipher extension tests, skipping.
Unable to import sqlite extension tests, skipping.
ERROR: test_get_views (tests.db_tests.TestIntrospection)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 3160, in execute_sql
    cursor.execute(sql, params or ())
sqlite3.OperationalError: table notes_public already exists
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/builddir/build/BUILD/peewee-3.14.9/tests/base.py", line 260, in inner
    method(self)
  File "/builddir/build/BUILD/peewee-3.14.9/tests/db_tests.py", line 604, in test_get_views
    assertViews([
  File "/builddir/build/BUILD/peewee-3.14.9/tests/db_tests.py", line 580, in assertViews
    self.database.execute_sql('CREATE VIEW notes_public AS '
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 3157, in execute_sql
    with __exception_wrapper__:
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 2933, in __exit__
    reraise(new_type, new_type(exc_value, *exc_args), traceback)
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 191, in reraise
    raise value.with_traceback(tb)
  File "/builddir/build/BUILD/peewee-3.14.9/peewee.py", line 3160, in execute_sql
    cursor.execute(sql, params or ())
peewee.OperationalError: table notes_public already exists
----------------------------------------------------------------------
Ran 923 tests in 6.697s
FAILED (errors=2, skipped=96)
```

Comment 3 Fedora Update System 2022-03-08 10:32:49 UTC
FEDORA-2022-ff16dd983c has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-ff16dd983c

Comment 4 Fedora Update System 2022-03-08 10:33:19 UTC
FEDORA-2022-8b1f9398fd has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-8b1f9398fd

Comment 5 Fedora Update System 2022-03-08 10:33:50 UTC
FEDORA-2022-8b165e6263 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-8b165e6263

Comment 6 Fedora Update System 2022-03-08 10:34:21 UTC
FEDORA-EPEL-2022-5a76683b4d has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-5a76683b4d

Comment 7 Fedora Update System 2022-03-08 16:18:33 UTC
FEDORA-2022-ff16dd983c has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-ff16dd983c`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-ff16dd983c

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

Comment 8 Fedora Update System 2022-03-08 21:32:47 UTC
FEDORA-2022-8b165e6263 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-8b165e6263`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-8b165e6263

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

Comment 9 Fedora Update System 2022-03-08 22:31:46 UTC
FEDORA-2022-8b1f9398fd has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-8b1f9398fd`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-8b1f9398fd

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

Comment 10 Fedora Update System 2022-03-08 22:38:40 UTC
FEDORA-EPEL-2022-5a76683b4d has been pushed to the Fedora EPEL 8 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-5a76683b4d

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

Comment 11 Fedora Update System 2022-03-16 15:59:13 UTC
FEDORA-2022-8b165e6263 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 12 Fedora Update System 2022-03-16 16:23:55 UTC
FEDORA-2022-8b1f9398fd has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 13 Fedora Update System 2022-03-16 16:51:03 UTC
FEDORA-EPEL-2022-5a76683b4d has been pushed to the Fedora EPEL 8 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 14 Fedora Update System 2022-03-26 15:13:33 UTC
FEDORA-2022-ff16dd983c has been pushed to the Fedora 36 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.