From ee6daa75ec07538d2c315b1b0df0f2ca50045aebb763a3be0f31796e54b33541 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 14 Apr 2023 15:00:18 +0000 Subject: [PATCH] Accepting request 1075198 from home:favogt:branches:X11:Pantheon:Apps - Drop unnecessary python3-magic dependency * Support for GTK style manager (thanks A6GibKm) * Use natural sorting for chapter titles * Redesigned preference window * Preferences can now be searched * Fix: position slider did not update the time correctly after an import scan * Fix: after an import scan the library did not display the currently playing book correctly * Multiple small bug fixes * Fix: in version 1.1.1 the mobile library switcher was not displayed when Cozy started with a narrow window * Display an error banner if an error occurs while importing new files * The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names * Fix: multiple small UI issues * Fix: the welcome screen now works properly on a mobile device * Fix: don't display the mobile library switcher when no files are imported * Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing * Display an error banner if an error occurs while importing new files * The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names * Fix: multiple small UI issues * Fix: the welcome screen now works properly on a mobile device * Fix: don't display the mobile library switcher when no files are imported * Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing * Redesigned library * Redesigned start screen * Redesigned book detail screen * Responsive design for the main window * Introducing a welcome screen for new installations * Fix: a rare bug where Cozy's volume was muted at first start * Fix: long book names or author names will be truncated properly * Chapters in the book detail view will now be loaded lazily (thanks chris-kobrzak!) OBS-URL: https://build.opensuse.org/request/show/1075198 OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=92 --- cozy.changes | 267 ++++++++++++++++++++++++++------------------------- cozy.spec | 28 +++--- 2 files changed, 149 insertions(+), 146 deletions(-) diff --git a/cozy.changes b/cozy.changes index 84895bf..90c9d51 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,276 +1,281 @@ +------------------------------------------------------------------- +Tue Jan 10 10:55:04 UTC 2023 - Fabian Vogt + +- Drop unnecessary python3-magic dependency + ------------------------------------------------------------------- Sun Aug 21 13:01:42 UTC 2022 - Julian Geywitz - Update to 1.2.1 - * Support for GTK style manager (thanks A6GibKm) - * Use natural sorting for chapter titles + * Support for GTK style manager (thanks A6GibKm) + * Use natural sorting for chapter titles * As always, updated translations thanks to all the translators! ------------------------------------------------------------------- Sat Jan 8 17:11:11 UTC 2022 - Julian Geywitz - Update to 1.2.0 - * Redesigned preference window - * Preferences can now be searched - * Fix: position slider did not update the time correctly after an import scan - * Fix: after an import scan the library did not display the currently playing book correctly - * Multiple small bug fixes + * Redesigned preference window + * Preferences can now be searched + * Fix: position slider did not update the time correctly after an import scan + * Fix: after an import scan the library did not display the currently playing book correctly + * Multiple small bug fixes * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Fri Aug 20 11:23:50 UTC 2021 - Julian Geywitz - Update to 1.1.2 - * Fix: in version 1.1.1 the mobile library switcher was not displayed when Cozy started with a narrow window - * Display an error banner if an error occurs while importing new files - * The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names - * Fix: multiple small UI issues - * Fix: the welcome screen now works properly on a mobile device - * Fix: don't display the mobile library switcher when no files are imported - * Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing + * Fix: in version 1.1.1 the mobile library switcher was not displayed when Cozy started with a narrow window + * Display an error banner if an error occurs while importing new files + * The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names + * Fix: multiple small UI issues + * Fix: the welcome screen now works properly on a mobile device + * Fix: don't display the mobile library switcher when no files are imported + * Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Fri Aug 20 10:53:15 UTC 2021 - Julian Geywitz - Update to 1.1.1 - * Display an error banner if an error occurs while importing new files - * The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names - * Fix: multiple small UI issues - * Fix: the welcome screen now works properly on a mobile device - * Fix: don't display the mobile library switcher when no files are imported - * Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing + * Display an error banner if an error occurs while importing new files + * The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names + * Fix: multiple small UI issues + * Fix: the welcome screen now works properly on a mobile device + * Fix: don't display the mobile library switcher when no files are imported + * Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sat Aug 7 08:08:20 UTC 2021 - Julian Geywitz - Update to 1.1.0 - * Redesigned library - * Redesigned start screen - * Redesigned book detail screen - * Responsive design for the main window - * Introducing a welcome screen for new installations - * Fix: a rare bug where Cozy's volume was muted at first start - * Fix: long book names or author names will be truncated properly + * Redesigned library + * Redesigned start screen + * Redesigned book detail screen + * Responsive design for the main window + * Introducing a welcome screen for new installations + * Fix: a rare bug where Cozy's volume was muted at first start + * Fix: long book names or author names will be truncated properly * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Wed Jul 28 16:30:21 UTC 2021 - Julian Geywitz - Update to 1.0.4 - * Chapters in the book detail view will now be loaded lazily (thanks chris-kobrzak!) - * Books with a single chapter don't display a chapter number anymore (thanks chris-kobrzak!) - * Fix: Locals in What's new in Cozy screen (thanks alyssais!) - * Fix: Catch an error that could occur when a book stops - * Small performance improvements + * Chapters in the book detail view will now be loaded lazily (thanks chris-kobrzak!) + * Books with a single chapter don't display a chapter number anymore (thanks chris-kobrzak!) + * Fix: Locals in What's new in Cozy screen (thanks alyssais!) + * Fix: Catch an error that could occur when a book stops + * Small performance improvements * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Fri Jun 4 17:21:10 UTC 2021 - Julian Geywitz - Update to 1.0.3 - * When an issue occurs during playback the error message is displayed to the user - * Fix: Importing media without tags now properly decodes the file name as chapter name (thanks chris-kobrzak!) - * Fix: Ensure that always a default storage location is present - * Fix: During import an error could occur which stopped the import - * Fix: During the database migration an error could occur + * When an issue occurs during playback the error message is displayed to the user + * Fix: Importing media without tags now properly decodes the file name as chapter name (thanks chris-kobrzak!) + * Fix: Ensure that always a default storage location is present + * Fix: During import an error could occur which stopped the import + * Fix: During the database migration an error could occur * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Mon May 31 20:05:11 UTC 2021 - Julian Geywitz - Update to 1.0.2 - * When copying files to the audiobook library goes wrong, the user is now informed with the error - * Fix: Possible error while displaying offline cache copy progress - * Fix: When changing the audiobook location or selecting a file in the file not found dialog an unexpected error could occur - * Fix: Removing a storage dir in settings did not work - * Fix: Removing a book from the library did sometimes not work + * When copying files to the audiobook library goes wrong, the user is now informed with the error + * Fix: Possible error while displaying offline cache copy progress + * Fix: When changing the audiobook location or selecting a file in the file not found dialog an unexpected error could occur + * Fix: Removing a storage dir in settings did not work + * Fix: Removing a book from the library did sometimes not work * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sun May 30 08:38:21 UTC 2021 - Julian Geywitz - Update to 1.0.1 - * A long awaited feature has finally arrived: Chapter support for m4b files. - * Books with inconsistent spelling are now grouped into a single book (thanks chris-kobrzak!). - * Improved reliability of restoring the previous playback position. - * Fix: clicking on a currently playing chapter did not pause the chapter as expected. + * A long awaited feature has finally arrived: Chapter support for m4b files. + * Books with inconsistent spelling are now grouped into a single book (thanks chris-kobrzak!). + * Improved reliability of restoring the previous playback position. + * Fix: clicking on a currently playing chapter did not pause the chapter as expected. * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sun May 30 07:07:06 UTC 2021 - Julian Geywitz - Update to 1.0.0 - * A long awaited feature has finally arrived: Chapter support for m4b files. - * Books with inconsistent spelling are now grouped into a single book (thanks chris-kobrzak!). - * Improved reliability of restoring the previous playback position. - * Fix: clicking on a currently playing chapter did not pause the chapter as expected. + * A long awaited feature has finally arrived: Chapter support for m4b files. + * Books with inconsistent spelling are now grouped into a single book (thanks chris-kobrzak!). + * Improved reliability of restoring the previous playback position. + * Fix: clicking on a currently playing chapter did not pause the chapter as expected. * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sun May 9 19:39:32 UTC 2021 - Julian Geywitz - Update to 0.9.5 - * Fix: Playback speed sometimes was not set correctly when a chapter changed - * Fix: Changing the playback position with customized playback speed did jump to a wrong position - * Fix: Startup failed if the artwork cache did contain a broken file + * Fix: Playback speed sometimes was not set correctly when a chapter changed + * Fix: Changing the playback position with customized playback speed did jump to a wrong position + * Fix: Startup failed if the artwork cache did contain a broken file * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sat Apr 24 11:59:45 UTC 2021 - Julian Geywitz - Update to 0.9.4 - * Fix: Startup failed if the last played file could not be found - * Fix: Startup failed if the last played book does not exist anymore - * Fix: An error which could occur when removing a storage location - * Some additional minor fixes + * Fix: Startup failed if the last played file could not be found + * Fix: Startup failed if the last played book does not exist anymore + * Fix: An error which could occur when removing a storage location + * Some additional minor fixes * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Wed Apr 21 16:45:22 UTC 2021 - Julian Geywitz - Update to 0.9.3 - * Add a rewind button to the titlebar - * The rewind and forward duration can now be customized in the settings - * Fix: Prevent standby during playback - * Fix: Possible crash during startup with enabled 30 seconds rewind feature - * Fix: Adding a new storage location could lead to an internal error which might show in strange behavior + * Add a rewind button to the titlebar + * The rewind and forward duration can now be customized in the settings + * Fix: Prevent standby during playback + * Fix: Possible crash during startup with enabled 30 seconds rewind feature + * Fix: Adding a new storage location could lead to an internal error which might show in strange behavior * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Wed Apr 21 16:28:48 UTC 2021 - Julian Geywitz - Update to 0.9.3 - * Add a rewind button to the titlebar - * The rewind and forward duration can now be customized in the settings - * Fix: Prevent standby during playback - * Fix: Possible crash during startup with enabled 30 seconds rewind feature - * Fix: Adding a new storage location could lead to an internal error which might show in strange behavior + * Add a rewind button to the titlebar + * The rewind and forward duration can now be customized in the settings + * Fix: Prevent standby during playback + * Fix: Possible crash during startup with enabled 30 seconds rewind feature + * Fix: Adding a new storage location could lead to an internal error which might show in strange behavior * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Mon Apr 19 21:14:54 UTC 2021 - Julian Geywitz - Update to 0.9.2 - * Audiobooks are not removed from your library automatically anymore when the files cannot be found. - * The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add. - * Unavailable books (books where a file can't be found) can now be opened to display the book detail view. They will be flagged with a little unavailable tag - * Under the hood improvements in the media importer - * Media playback is rewritten from ground up. It's far more stable than before. - * Fix: When a different system language than English is used Cozy created two folders in the users home directory on the first startup, a translated and a English one. Now only the translated folder will be created. - * Fix: A wrong mouse pointer was displayed with some pointer themes - * Fix: A memory leak in the importer - * Fix: The playback speed of a book was not remembered correctly - * Fix: The desktop integration did not respect the switch author and reader setting - * Fix: Setting the Playback speed did not work in v0.9 - * Many other small fixes that make Cozy more reliable + * Audiobooks are not removed from your library automatically anymore when the files cannot be found. + * The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add. + * Unavailable books (books where a file can't be found) can now be opened to display the book detail view. They will be flagged with a little unavailable tag + * Under the hood improvements in the media importer + * Media playback is rewritten from ground up. It's far more stable than before. + * Fix: When a different system language than English is used Cozy created two folders in the users home directory on the first startup, a translated and a English one. Now only the translated folder will be created. + * Fix: A wrong mouse pointer was displayed with some pointer themes + * Fix: A memory leak in the importer + * Fix: The playback speed of a book was not remembered correctly + * Fix: The desktop integration did not respect the switch author and reader setting + * Fix: Setting the Playback speed did not work in v0.9 + * Many other small fixes that make Cozy more reliable * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sun Apr 18 20:55:09 UTC 2021 - Julian Geywitz - Update to 0.9.1 - * Audiobooks are not removed from your library automatically anymore when the files cannot be found. - * The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add. - * Unavailable books (books where a file can't be found) can now be opened to display the book detail view. They will be flagged with a little unavailable tag - * Under the hood improvements in the media importer - * Media playback is rewritten from ground up. It's far more stable than before. - * Fix: When a different system language than English is used Cozy created two folders in the users home directory on the first startup, a translated and a English one. Now only the translated folder will be created. - * Fix: A wrong mouse pointer was displayed with some pointer themes - * Fix: A memory leak in the importer - * Fix: The playback speed of a book was not remembered correctly - * Fix: The desktop integration did not respect the switch author and reader setting - * Fix: Setting the Playback speed did not work in v0.9 + * Audiobooks are not removed from your library automatically anymore when the files cannot be found. + * The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add. + * Unavailable books (books where a file can't be found) can now be opened to display the book detail view. They will be flagged with a little unavailable tag + * Under the hood improvements in the media importer + * Media playback is rewritten from ground up. It's far more stable than before. + * Fix: When a different system language than English is used Cozy created two folders in the users home directory on the first startup, a translated and a English one. Now only the translated folder will be created. + * Fix: A wrong mouse pointer was displayed with some pointer themes + * Fix: A memory leak in the importer + * Fix: The playback speed of a book was not remembered correctly + * Fix: The desktop integration did not respect the switch author and reader setting + * Fix: Setting the Playback speed did not work in v0.9 * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sun Apr 18 20:37:49 UTC 2021 - Julian Geywitz - Update to 0.9 - * Audiobooks are not removed from your library automatically anymore when the files cannot be found. - * The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add. - * Unavailable books (books where a file can't be found) can now be opened to display the book detail view. They will be flagged with a little unavailable tag - * Under the hood improvements in the media importer - * Media playback is rewritten from ground up. It's far more stable than before. - * Fix: When a different system language than English is used Cozy created two folders in the users home directory on the first startup, a translated and a English one. Now only the translated folder will be created. - * Fix: A wrong mouse pointer was displayed with some pointer themes - * Fix: A memory leak in the importer - * Fix: The playback speed of a book was not remembered correctly - * Fix: The desktop integration did not respect the switch author and reader setting + * Audiobooks are not removed from your library automatically anymore when the files cannot be found. + * The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add. + * Unavailable books (books where a file can't be found) can now be opened to display the book detail view. They will be flagged with a little unavailable tag + * Under the hood improvements in the media importer + * Media playback is rewritten from ground up. It's far more stable than before. + * Fix: When a different system language than English is used Cozy created two folders in the users home directory on the first startup, a translated and a English one. Now only the translated folder will be created. + * Fix: A wrong mouse pointer was displayed with some pointer themes + * Fix: A memory leak in the importer + * Fix: The playback speed of a book was not remembered correctly + * Fix: The desktop integration did not respect the switch author and reader setting * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sun Jan 31 14:19:23 UTC 2021 - Julian Geywitz - Update to 0.8.1 - * A new icon! Thanks jimmac :) - * Refined headerbar - * A click on the cover image in the headerbar opens the book detail view - * Book detail view: Pressing the back button on the mouse brings you back to the library - * Fix: Aborting the download of a book is now handled more gracefully - * Fix: Opening a book using the return key now works as expected - * As always, updated translations thanks to all of the translators! + * A new icon! Thanks jimmac :) + * Refined headerbar + * A click on the cover image in the headerbar opens the book detail view + * Book detail view: Pressing the back button on the mouse brings you back to the library + * Fix: Aborting the download of a book is now handled more gracefully + * Fix: Opening a book using the return key now works as expected + * As always, updated translations thanks to all of the translators! * Hotfix: Custom icons where not detected ------------------------------------------------------------------- Sun Jan 31 13:47:05 UTC 2021 - Julian Geywitz - Update to 0.8 - * A new icon! Thanks jimmac :) - * Refined headerbar - * A click on the cover image in the headerbar opens the book detail view - * Book detail view: Pressing the back button on the mouse brings you back to the library - * Fix: Aborting the download of a book is now handled more gracefully - * Fix: Opening a book using the return key now works as expected + * A new icon! Thanks jimmac :) + * Refined headerbar + * A click on the cover image in the headerbar opens the book detail view + * Book detail view: Pressing the back button on the mouse brings you back to the library + * Fix: Aborting the download of a book is now handled more gracefully + * Fix: Opening a book using the return key now works as expected * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sun Dec 6 17:44:12 UTC 2020 - Julian Geywitz - Update to 0.7.8 - * Cozy is now compatible with Python 3.9 (thanks phpwutz!) + * Cozy is now compatible with Python 3.9 (thanks phpwutz!) * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Mon Nov 30 11:44:27 UTC 2020 - Julian Geywitz Update to 0.7.7 - * The rewind and fast forward buttons in the desktop integration now jump 30 seconds back and forth instead of jumping a whole chapter - * Fix: the rewind button in the toolbar is now working again - * Fix: automatic rewind, when enabled in settings, is now working again - * Fix: when rewinding at the beginning of a book Cozy did jump to the end of the book - * Fix: pressing escape to leave the book detail view is now working again - * Many other small fixes that make Cozy more reliable + * The rewind and fast forward buttons in the desktop integration now jump 30 seconds back and forth instead of jumping a whole chapter + * Fix: the rewind button in the toolbar is now working again + * Fix: automatic rewind, when enabled in settings, is now working again + * Fix: when rewinding at the beginning of a book Cozy did jump to the end of the book + * Fix: pressing escape to leave the book detail view is now working again + * Many other small fixes that make Cozy more reliable * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sun Nov 22 20:31:41 UTC 2020 - Julian Geywitz Update to 0.7.6 - * Fix: If an audiobook directory contained a lot of non audio files, Cozy could skip all other files on import (thanks foliva!) - * Fix: When copying files via Drag and Drop sometimes the progress bar reported an incorrect progress + * Fix: If an audiobook directory contained a lot of non audio files, Cozy could skip all other files on import (thanks foliva!) + * Fix: When copying files via Drag and Drop sometimes the progress bar reported an incorrect progress * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sat Nov 14 19:11:36 UTC 2020 - Julian Geywitz Update to 0.7.5 - * Increase maximum playback speed to 3.5x - * Fix: audio files with uppercase extensions where not detected (thanks to leuc) - * Fix: when using drag and drop some files where not copied and imported correctly - * Fix: removing a book from the library was sometimes not possible - * Fix: sometimes Cozy's database ran into a locking issue, which could lead to unexpected behaviour of Cozy + * Increase maximum playback speed to 3.5x + * Fix: audio files with uppercase extensions where not detected (thanks to leuc) + * Fix: when using drag and drop some files where not copied and imported correctly + * Fix: removing a book from the library was sometimes not possible + * Fix: sometimes Cozy's database ran into a locking issue, which could lead to unexpected behaviour of Cozy * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- Sat Nov 14 12:08:47 UTC 2020 - Julian Geywitz Update to 0.7.3 - * Increase maximum playback speed to 3.5x - * Fix: audio files with uppercase extensions where not detected (thanks to leuc) - * Fix: removing a book from the library was sometimes not possible - * Fix: sometimes Cozy's database ran into a locking issue, which could lead to unexpected behaviour of Cozy + * Increase maximum playback speed to 3.5x + * Fix: audio files with uppercase extensions where not detected (thanks to leuc) + * Fix: removing a book from the library was sometimes not possible + * Fix: sometimes Cozy's database ran into a locking issue, which could lead to unexpected behaviour of Cozy * As always, updated translations thanks to all of the translators! ------------------------------------------------------------------- diff --git a/cozy.spec b/cozy.spec index 86b34c5..2410ca1 100644 --- a/cozy.spec +++ b/cozy.spec @@ -1,7 +1,7 @@ # # spec file for package cozy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,29 +27,28 @@ Source0: https://github.com/geigi/cozy/archive/%{version}.tar.gz#/%{name} BuildRequires: fdupes BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme +BuildRequires: libhandy-devel BuildRequires: meson BuildRequires: pkgconfig BuildRequires: python3-base BuildRequires: python3-gobject BuildRequires: python3-setuptools BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: libhandy-devel BuildRequires: pkgconfig(granite) >= 5.3.0 +BuildRequires: pkgconfig(gtk+-3.0) +Requires: granite +Requires: libhandy-1-0 +Requires: python3-apsw Requires: python3-cairo Requires: python3-distro Requires: python3-gst -Requires: python3-magic Requires: python3-mutagen +Requires: python3-packaging Requires: python3-peewee >= 3.9.6 -Requires: python3-apsw Requires: python3-pytaglib -Requires: libhandy-1-0 +Requires: python3-pytz +Requires: python3-requests Requires: pkgconfig(libdazzle-1.0) -Requires: granite -Requires: python3-pytz -Requires: python3-requests -Requires: python3-packaging Recommends: %{name}-lang Recommends: gstreamer-plugins-base Recommends: gstreamer-plugins-good @@ -59,15 +58,14 @@ Provides: com.github.geigi.cozy = %{version} BuildArch: noarch # SECTION test requirements BuildRequires: python3-cairo +BuildRequires: libhandy-1-0 +BuildRequires: python3-apsw +BuildRequires: python3-distro BuildRequires: python3-gst -BuildRequires: python3-magic BuildRequires: python3-mutagen +BuildRequires: python3-packaging BuildRequires: python3-peewee >= 3.9.6 BuildRequires: python3-pytaglib -BuildRequires: python3-distro -BuildRequires: python3-apsw -BuildRequires: python3-packaging -BuildRequires: libhandy-1-0 BuildRequires: pkgconfig(libdazzle-1.0) # /SECTION