summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyparted: port to setuptoolsRoss Burton2022-01-182-1/+85
| | | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-hexdump: removeRoss Burton2022-01-182-26/+0
| | | | | | | | | | | | The upstream source repository has disappeared, and a release was last made in January 2016. As this package is unmaintained and there are many alternatives, remove it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-greenlet: remove redundant distutils3 inheritRoss Burton2022-01-181-1/+1
| | | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-smbus: use setuptoolsRoss Burton2022-01-182-3/+30
| | | | | | | | Port the use of distutils to setuptools, as distutils is deprecated. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pycrypto: remove obsolete pycrypto moduleRoss Burton2022-01-185-185/+0
| | | | | | | | | | | | pycrypto hasn't had a commit upstream since June 2014, which for a security-critical module is not a good sign. Everyone has migrated to the pycryptodome or cryptography modules, so remove pycrypto from meta-python. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-smbbus: use DISTUTILS_SETUP_PATHRoss Burton2022-01-181-2/+5
| | | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-scapy: remove redundant pycrypto RDEPENDSRoss Burton2022-01-181-1/+1
| | | | | | | | Scapy moved from pycrypto to cryptography in 2.4.0 (commit c24298b). Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-supervisor: upgrade 4.2.2 -> 4.2.4wangmy2022-01-181-1/+1
| | | | | | | | | | Changelog: ========= Fixed a bug where the --identifier command line argument was ignored. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyscaffold: upgrade 4.1.1 -> 4.1.4wangmy2022-01-181-1/+1
| | | | | | | | | | | | | Changelog: url for these releases <https://github.com/pyscaffold/pyscaffold/issues/####> ========= Ensure build configuration produces sdist as it is needed by conda, #570 Documentation improvements in #567 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pytest-timeout: upgrade 2.0.1 -> 2.0.2Xu Huan2022-01-181-1/+1
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-charset-normalizer: Upgarde 2.0.7 -> 2.0.10Leon Anavi2022-01-181-1/+8
| | | | | | | | | | | | Upgrade to release 2.0.10: - Fallback match entries might lead to UnicodeDecodeError for large bytes sequence - Skipping the language-detection (CD) on ASCII Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-wtforms: Upgrade 3.0.0 -> 3.0.1Leon Anavi2022-01-181-2/+1
| | | | | | | | | | | | Upgrade to release 3.0.1: - Fixed :class:`~fields.DateTimeField` and other similar fields can handle multiple formats - Stop support for python 3.6 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-regex: Upgrade 2021.10.8 -> 2021.11.10Leon Anavi2022-01-181-2/+2
| | | | | | | | | | | | | | Upgrade to release 2021.11.10: - Minor changes to some tests - Removed unused functions - Fuzzy regex matching doesn't seem to test insertions correctly License-Update: Use LICENSE.txt Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pybind11: Use setuptools3 instead of distutils3 functionsKhem Raj2022-01-181-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-sentry-sdk: Upgrade 1.4.3 -> 1.5.2Leon Anavi2022-01-181-1/+1
| | | | | | | | | | | | | Upgrade to release 1.5.2: - Record event_processor client reports - Add a Quart integration - Sanic v21.12 support - Support Celery abstract tasks Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-natsort: Upgrade 8.0.0 -> 8.0.2Leon Anavi2022-01-181-1/+1
| | | | | | | | | | | | Upgrade to release 8.0.2: - Bug where sorting paths fail if one of the paths is '.'. - Compose unicode characters when using locale to ensure sorting is correct across all locales. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-requests: Upgrade 2.26.0 -> 2.27.1Leon Anavi2022-01-181-1/+1
| | | | | | | | | | | Upgrade to release 2.27.1: - Fixed parsing issue that resulted in the auth component being dropped from proxy URLs. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-aiohue: Upgrade 3.0.1 -> 3.0.11Leon Anavi2022-01-181-2/+6
| | | | | | | | | | | | Upgrade to release 3.0.11: - Add workaround for FOH switches - Fix short and long flash for lights - Fix reconnect last event id Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-asyncio-throttle: Add recipeLeon Anavi2022-01-181-0/+9
| | | | | | | | Add asyncio-throttle: a simple, easy-to-use throttler for asyncio. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pynacl: upgrade 1.4.0 -> 1.5.0Xu Huan2022-01-181-2/+1
| | | | | | | | | | | | | | | changelog: =============================================================================== BACKWARDS INCOMPATIBLE: Removed support for Python 2.7 and Python 3.5. BACKWARDS INCOMPATIBLE: We no longer distribute manylinux1 wheels. Added manylinux2014, manylinux_2_24, musllinux, and macOS universal2 wheels (the latter supports macOS arm64). Update libsodium to 1.0.18-stable (July 25, 2021 release). Add inline type hints. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pymongo: upgrade 4.0 -> 4.0.1Xu Huan2022-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | changelog: =============================================================================== :meth:`pymongo.collection.Collection.update_one`, :meth:`pymongo.collection.Collection.update_many`, :meth:`pymongo.collection.Collection.delete_one`, :meth:`pymongo.collection.Collection.delete_many`, :meth:`pymongo.collection.Collection.aggregate`, :meth:`pymongo.collection.Collection.find_one_and_delete`, :meth:`pymongo.collection.Collection.find_one_and_replace`, :meth:`pymongo.collection.Collection.find_one_and_update`, and :meth:`pymongo.collection.Collection.find` all support a new keyword argument let which is a map of parameter names and values. Parameters can then be accessed as variables in an aggregate expression context. :meth:`~pymongo.collection.Collection.aggregate` now supports $merge and $out executing on secondaries on MongoDB >=5.0. aggregate() now always obeys the collection's :attr:`read_preference` on MongoDB >= 5.0. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-protobuf: upgrade 3.19.0 ->3.19.3Xu Huan2022-01-181-1/+1
| | | | | | | | | | changelog: ================================================================== * Fix missing Windows wheel for Python 3.10 on PyPI Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pytest-helpers-namespace: Enable network during do_compileKhem Raj2022-01-181-0/+5
| | | | | | | | This should actually be fixed in the package's build system to not do the network access during compile task. Lets workaround it for now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-matplotlib: Do not use setuptools_scm_git_archiveKhem Raj2022-01-181-5/+15
| | | | | | | | | this gets invoked during compile task which is not disabling network access, any network activity should be explicitly enabled except during do_fetch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-gammu: add recipe for v3.2.4Tim Orling2022-01-182-0/+70
| | | | | | | | | | | | The Python bindings for gammu have been moved into a separate package python-gammu. Send patch upstream to replace distutils.version.StrictVersion with packaging.version.parse and .Version Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* thunar: Depend on libxml-parser-perl-nativeKhem Raj2022-01-121-2/+2
| | | | | | | | | | Also use native perl instead of build host perl Fixes checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* thunar: upgrade 4.16.8 -> 4.16.9Andreas Müller2022-01-121-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Use setuptools3-baseKhem Raj2022-01-127-7/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs_16.11.1.bb: only handle npm if configuredNisha Parrakat2022-01-121-3/+6
| | | | | | | | npm-cli.js should be symlinked only when the file is present the file may not be available if the configure option is --without-npm Signed-off-by: Nisha Parrakat <nishaparrakat@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Enable network during do_compileKhem Raj2022-01-121-0/+5
| | | | | | | | | This should actually be fixed in the package's build system to not do the network access during compile task but go modules are invoked during do_compile which needs to access the network. Lets workaround it for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: Fix build with libportal >= 0.5Khem Raj2022-01-122-0/+29
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Andreas Müller <schnitzeltony@gmail.com>
* tbb: upgrade to 2021.5.0Ross Burton2022-01-121-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imsettings: upgrade 1.8.2 -> 1.8.3Andreas Müller2022-01-122-13/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: upgrade 4.16.1 -> 4.16.3Andreas Müller2022-01-111-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 21.12.0 -> 22.01.0Andreas Müller2022-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Release 22.01.0: core: * Allow local (relative to dll) fonts dir on Windows * TextOutputDev: require more spacing between columns. Issue #1093 * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183 * Fix crash when calling Form::reset() * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184 * Minor code improvements glib: * Include glib.h before using defines from it * Close file descriptors on error * Plug some memory leaks * Replace use of deprecated g_memdup/g_time_zone_new * Remove FD-taking functions on windows utils: * pdfsig: Add support for documents with passwords * pdfsig: Fix signing with -sign if nss password is needed Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.42.2 -> 3.42.3Andreas Müller2022-01-111-2/+2
| | | | | | | | | | | | | | | | | Evolution-Data-Server 3.42.3 2022-01-07 --------------------------------------- Bug Fixes: I#368 - Calendar: X-EVOLUTION-ENDDATE can be calculated incorrectly I#371 - e-cal-util: Fix timezone clamp with DUE date only Miscellaneous: e-cal-client: Correct non-NULL check in e_cal_client_create_objects_sync() Calendar: Adapt to libical 3.0.12 change Translations: Gianvito Cavasoli (it) Quentin PAGÈS (oc) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-autoar: upgrade 0.4.1 -> 0.4.2Andreas Müller2022-01-111-1/+1
| | | | | | | | | | Major changes in 0.4.2: * Fix extraction to root directory (Ondrej Holy) * Fix extraction of raw format archives (Ondrej Holy) * Do not leave read-only directory in the tree after running tests (Ondrej Holy) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-panel: upgrade 3.38.0 -> 3.42.0Andreas Müller2022-01-111-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: upgrade 3.42.1 -> 3.42.2Andreas Müller2022-01-111-1/+1
| | | | | | | Translation updates only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: upgrade 3.42.0 -> 3.42.1Andreas Müller2022-01-111-1/+1
| | | | | | | | | | | | | | Overview of changes in Sysprof 3.42.1 ===================================== * Build fixes for close()/lseek() usage * Show recording time in local time instead of UTC * Improve resolving of symbols in presence of toolbox, flatpak, and btrfs * Fix checking of paranoid state in Linux kernel * Updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usermode: upgrade 1.113 -> 1.114Andreas Müller2022-01-112-9/+10
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp-xsl: upgrade 41.0 -> 41.1Andreas Müller2022-01-111-1/+1
| | | | | | | Translation updates only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: upgrade 41.1 -> 41.2Andreas Müller2022-01-111-1/+1
| | | | | | | | | | 41.2 ==== * Fixed regression when opening documents with ghelp URIs * Updated translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: Upgrade 3.32.0 -> 3.41.0 / meson build / reworkAndreas Müller2022-01-113-22/+53
| | | | | | | | | | | | | | | * 3.41.0 looks a stable version. See Chanhelog below and e.g Fedora ships 3.41.0 too * Instead of deleting gdialog, fix it and split out into separate package * Add PACKAGECONFIGs for libnotify and webkitgtk - disabled by default Zenity 3.41.0 - Port to meson (Logan Rathbone) - Code cleanups (Simon McVittie) - Translation updates (various contributors; see git log history) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: Enable gnome-classic session for waylandAndreas Müller2022-01-111-0/+7
| | | | | | | Wonder why upstream does not ship this: Session runs perfectly fine Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-daemon-proxy: add missing `return` statementLeif Middelschulte2022-01-111-1/+1
| | | | | | | The missing `return` statement leads to a `SIGABRT`. Signed-off-by: Leif Middelschulte <Leif.Middelschulte@klsmartin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Add dool and pcpKhem Raj2022-01-111-1/+3
| | | | | | Remove dstat which is removed now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: Added a new OSS that forked from dstat project.leimaohui2022-01-112-0/+63
| | | | | | | Please referece to https://github.com/dstat-real/dstat. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Fix build to exclude qt5Khem Raj2022-01-113-1/+33
| | | | | | | Pass right options to ar Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Lei Maohui <leimaohui@fujitsu.com>
* pcp: Added a new recipe which provides dstat command.leimaohui2022-01-115-0/+358
| | | | | | | | | | | Performance Co-Pilot is a system performance analysis toolkit - Collect performance metrics from your systems efficiently. - Analyze systems' performance metrics in real-time or using historical data. - Extend the collected performance metrics in a simple way. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>