mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
60 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc355116ae | |||
| 2263c2cc23 | |||
| 3e53d2c8f4 | |||
| abba4bc351 | |||
| 56c84563c3 | |||
| 30aac6114d | |||
| 14a49e69a3 | |||
| 2bc3354ce8 | |||
| 658f3655f8 | |||
| 6bec4f7dd7 | |||
| 7d26584649 | |||
| d309e565a7 | |||
| 8a5f1ccf07 | |||
| 5c3916cd20 | |||
| d3ba502fa7 | |||
| 3fb868c3a9 | |||
| 9c109bcd84 | |||
| 3f723df7db | |||
| e5d8879be6 | |||
| 51d154950f | |||
| c1db07181a | |||
| a3635036b3 | |||
| bcdaa56d6d | |||
| 1ff6b2708d | |||
| f2e52a194e | |||
| 261c6a8cfd | |||
| 3fd783daf9 | |||
| 09df0bd218 | |||
| 80513e6a77 | |||
| c727ce3e5e | |||
| 7b3623e199 | |||
| 2aed8ce561 | |||
| 908afb2637 | |||
| 13d61f38fc | |||
| 3a34726589 | |||
| f7747fad82 | |||
| f562dba8ac | |||
| a875acb1fe | |||
| 2de768ab6d | |||
| 6ce9826071 | |||
| d96968cc98 | |||
| 4b284ecb9b | |||
| 746d69c99b | |||
| 14f1e53183 | |||
| a734764581 | |||
| 0c9a4e6802 | |||
| c44e74f556 | |||
| 16e5086381 | |||
| ae3cbddb46 | |||
| 7b1ffd3045 | |||
| 75610ac5f7 | |||
| 8b98eabe53 | |||
| 8b7cfc2cf1 | |||
| ddb800af7e | |||
| c514292f56 | |||
| a1b55a619a | |||
| 0896766e26 | |||
| 68da68007d | |||
| 35cdf3d618 | |||
| c646187f11 |
+1
-1
@@ -20,7 +20,7 @@ LATEST_RPMS = $(wildcard rpms/*.rpm)
|
|||||||
DEBUGINFO_RPM = $(wildcard rpms/${PKG_NAME}-debuginfo-$(shell $(call queryspec,%{V}-%{R},${SPECFILE})).*.rpm)
|
DEBUGINFO_RPM = $(wildcard rpms/${PKG_NAME}-debuginfo-$(shell $(call queryspec,%{V}-%{R},${SPECFILE})).*.rpm)
|
||||||
RPMS ?= $(LATEST_RPMS)
|
RPMS ?= $(LATEST_RPMS)
|
||||||
|
|
||||||
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
|
WITH_SUDO = sudo
|
||||||
|
|
||||||
# MOCK_CONFIG_VAL is set in Makefile.shared
|
# MOCK_CONFIG_VAL is set in Makefile.shared
|
||||||
MOCK_SMP_FLAGS=$(patsubst -j%, -D_smp_mflags\ -j%,$(filter -j%, $(MAKEFLAGS)))
|
MOCK_SMP_FLAGS=$(patsubst -j%, -D_smp_mflags\ -j%,$(filter -j%, $(MAKEFLAGS)))
|
||||||
|
|||||||
+2
-2
@@ -52,7 +52,7 @@ $(clone_PKGS): $(PACKAGES_FILE) packages/common/Makefile.common
|
|||||||
remotepkg=$(call remotepkgname,$$pkg); \
|
remotepkg=$(call remotepkgname,$$pkg); \
|
||||||
[ -d packages/$$pkg ] || ( \
|
[ -d packages/$$pkg ] || ( \
|
||||||
echo "Checking out: packages/$$pkg"; \
|
echo "Checking out: packages/$$pkg"; \
|
||||||
git clone $(PKG_BASE_URL)/$$remotepkg packages/$$pkg; \
|
git clone -b main $(PKG_BASE_URL)/$$remotepkg packages/$$pkg; \
|
||||||
cd packages/$$pkg; \
|
cd packages/$$pkg; \
|
||||||
$(call gitoliteurl,packages/$$pkg); \
|
$(call gitoliteurl,packages/$$pkg); \
|
||||||
$(call subjectprefix,$$pkg); \
|
$(call subjectprefix,$$pkg); \
|
||||||
@@ -168,7 +168,7 @@ status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
|||||||
#help the --stat flag.
|
#help the --stat flag.
|
||||||
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||||
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
|
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
|
||||||
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git diff --stat); :) ;\
|
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git --no-pager diff --stat); :) ;\
|
||||||
done
|
done
|
||||||
|
|
||||||
#help log: Run git log origin/main..HEAD for all package repos, thus
|
#help log: Run git log origin/main..HEAD for all package repos, thus
|
||||||
|
|||||||
@@ -180,6 +180,7 @@ FDK-AAC
|
|||||||
FSFAP
|
FSFAP
|
||||||
FSFUL
|
FSFUL
|
||||||
FSFULLR
|
FSFULLR
|
||||||
|
FSFULLRWD
|
||||||
FTL
|
FTL
|
||||||
Fair
|
Fair
|
||||||
Frameworx-1.0
|
Frameworx-1.0
|
||||||
@@ -252,6 +253,7 @@ JPNIC
|
|||||||
JSON
|
JSON
|
||||||
Jam
|
Jam
|
||||||
JasPer-2.0
|
JasPer-2.0
|
||||||
|
Knuth-CTAN
|
||||||
LAL-1.2
|
LAL-1.2
|
||||||
LAL-1.3
|
LAL-1.3
|
||||||
LGPL-2.0
|
LGPL-2.0
|
||||||
@@ -471,6 +473,7 @@ Zlib
|
|||||||
blessing
|
blessing
|
||||||
bzip2-1.0.5
|
bzip2-1.0.5
|
||||||
bzip2-1.0.6
|
bzip2-1.0.6
|
||||||
|
checkmk
|
||||||
copyleft-next-0.3.0
|
copyleft-next-0.3.0
|
||||||
copyleft-next-0.3.1
|
copyleft-next-0.3.1
|
||||||
curl
|
curl
|
||||||
@@ -485,6 +488,7 @@ iMatix
|
|||||||
libpng-2.0
|
libpng-2.0
|
||||||
libselinux-1.0
|
libselinux-1.0
|
||||||
libtiff
|
libtiff
|
||||||
|
libutil-David-Nugent
|
||||||
mpi-permissive
|
mpi-permissive
|
||||||
mpich2
|
mpich2
|
||||||
mplus
|
mplus
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ OpenCASCADE
|
|||||||
OpenCSG
|
OpenCSG
|
||||||
OpenColorIO
|
OpenColorIO
|
||||||
OpenIPMI
|
OpenIPMI
|
||||||
|
OpenSC
|
||||||
OpenSP
|
OpenSP
|
||||||
Pacemaker
|
Pacemaker
|
||||||
ParaView
|
ParaView
|
||||||
@@ -48,7 +49,6 @@ QAT_engine
|
|||||||
QGIS
|
QGIS
|
||||||
R
|
R
|
||||||
R-AER
|
R-AER
|
||||||
R-AMORE
|
|
||||||
R-ATR
|
R-ATR
|
||||||
R-Amelia
|
R-Amelia
|
||||||
R-AmesHousing
|
R-AmesHousing
|
||||||
@@ -166,7 +166,6 @@ R-Rsolnp
|
|||||||
R-Rtsne
|
R-Rtsne
|
||||||
R-Rvmmin
|
R-Rvmmin
|
||||||
R-Ryacas
|
R-Ryacas
|
||||||
R-SDMTools
|
|
||||||
R-SGP
|
R-SGP
|
||||||
R-SGPdata
|
R-SGPdata
|
||||||
R-SQUAREM
|
R-SQUAREM
|
||||||
@@ -201,7 +200,6 @@ R-adespatial
|
|||||||
R-admisc
|
R-admisc
|
||||||
R-afex
|
R-afex
|
||||||
R-alabama
|
R-alabama
|
||||||
R-alr3
|
|
||||||
R-analogue
|
R-analogue
|
||||||
R-animation
|
R-animation
|
||||||
R-ape
|
R-ape
|
||||||
@@ -267,6 +265,7 @@ R-classInt
|
|||||||
R-cli
|
R-cli
|
||||||
R-clipr
|
R-clipr
|
||||||
R-clisymbols
|
R-clisymbols
|
||||||
|
R-clock
|
||||||
R-clue
|
R-clue
|
||||||
R-clustMixType
|
R-clustMixType
|
||||||
R-clusterGeneration
|
R-clusterGeneration
|
||||||
@@ -301,6 +300,7 @@ R-csvy
|
|||||||
R-cubature
|
R-cubature
|
||||||
R-curl
|
R-curl
|
||||||
R-cvTools
|
R-cvTools
|
||||||
|
R-cvar
|
||||||
R-cyclocomp
|
R-cyclocomp
|
||||||
R-data.table
|
R-data.table
|
||||||
R-data.tree
|
R-data.tree
|
||||||
@@ -346,7 +346,6 @@ R-dynlm
|
|||||||
R-e1071
|
R-e1071
|
||||||
R-eRm
|
R-eRm
|
||||||
R-earth
|
R-earth
|
||||||
R-eco
|
|
||||||
R-ecodist
|
R-ecodist
|
||||||
R-eddington
|
R-eddington
|
||||||
R-effects
|
R-effects
|
||||||
@@ -447,6 +446,7 @@ R-geojson
|
|||||||
R-geometry
|
R-geometry
|
||||||
R-gert
|
R-gert
|
||||||
R-getopt
|
R-getopt
|
||||||
|
R-gfonts
|
||||||
R-ggfortify
|
R-ggfortify
|
||||||
R-ggjoy
|
R-ggjoy
|
||||||
R-ggplot2
|
R-ggplot2
|
||||||
@@ -646,6 +646,7 @@ R-officer
|
|||||||
R-openssl
|
R-openssl
|
||||||
R-openxlsx
|
R-openxlsx
|
||||||
R-optextras
|
R-optextras
|
||||||
|
R-optimParallel
|
||||||
R-optimx
|
R-optimx
|
||||||
R-optparse
|
R-optparse
|
||||||
R-ordinal
|
R-ordinal
|
||||||
@@ -824,8 +825,6 @@ R-rstan
|
|||||||
R-rstanarm
|
R-rstanarm
|
||||||
R-rstantools
|
R-rstantools
|
||||||
R-rstpm2
|
R-rstpm2
|
||||||
R-rstudio
|
|
||||||
R-rstudio-server
|
|
||||||
R-rstudioapi
|
R-rstudioapi
|
||||||
R-rsvg
|
R-rsvg
|
||||||
R-runjags
|
R-runjags
|
||||||
@@ -878,8 +877,10 @@ R-sparkline
|
|||||||
R-spatstat
|
R-spatstat
|
||||||
R-spatstat.core
|
R-spatstat.core
|
||||||
R-spatstat.data
|
R-spatstat.data
|
||||||
|
R-spatstat.explore
|
||||||
R-spatstat.geom
|
R-spatstat.geom
|
||||||
R-spatstat.linnet
|
R-spatstat.linnet
|
||||||
|
R-spatstat.model
|
||||||
R-spatstat.random
|
R-spatstat.random
|
||||||
R-spatstat.sparse
|
R-spatstat.sparse
|
||||||
R-spatstat.utils
|
R-spatstat.utils
|
||||||
@@ -932,6 +933,7 @@ R-tidyverse
|
|||||||
R-tikzDevice
|
R-tikzDevice
|
||||||
R-timeDate
|
R-timeDate
|
||||||
R-timeSeries
|
R-timeSeries
|
||||||
|
R-timechange
|
||||||
R-tinytex
|
R-tinytex
|
||||||
R-tis
|
R-tis
|
||||||
R-tm
|
R-tm
|
||||||
@@ -1035,6 +1037,7 @@ WireGuard
|
|||||||
XStatic-term.js
|
XStatic-term.js
|
||||||
Z3
|
Z3
|
||||||
abireport
|
abireport
|
||||||
|
accel-config
|
||||||
accountsservice
|
accountsservice
|
||||||
acl
|
acl
|
||||||
acpica-unix2
|
acpica-unix2
|
||||||
@@ -1087,9 +1090,7 @@ aspell-pt_BR
|
|||||||
assimp
|
assimp
|
||||||
asunder
|
asunder
|
||||||
at
|
at
|
||||||
at-spi2-atk
|
|
||||||
at-spi2-core
|
at-spi2-core
|
||||||
atk
|
|
||||||
atkmm
|
atkmm
|
||||||
attica
|
attica
|
||||||
attr
|
attr
|
||||||
@@ -1208,7 +1209,6 @@ cgdb
|
|||||||
cgit
|
cgit
|
||||||
check
|
check
|
||||||
cheese
|
cheese
|
||||||
chrome-gnome-shell
|
|
||||||
chrony
|
chrony
|
||||||
chrpath
|
chrpath
|
||||||
cifs-utils
|
cifs-utils
|
||||||
@@ -1270,13 +1270,14 @@ colord-gtk
|
|||||||
colordiff
|
colordiff
|
||||||
columbiad
|
columbiad
|
||||||
compat-atkmm-soname16
|
compat-atkmm-soname16
|
||||||
compat-boost-soname1.73.0
|
compat-babeltrace-one
|
||||||
compat-boost-soname1.74.0
|
compat-boost-soname1.74.0
|
||||||
compat-cairomm-soname10
|
compat-cairomm-soname10
|
||||||
compat-curl-gnutls-soname4
|
compat-curl-gnutls-soname4
|
||||||
compat-enchant-soname1
|
compat-enchant-soname1
|
||||||
compat-fuse-soname2
|
compat-fuse-soname2
|
||||||
compat-gcc-10
|
compat-gcc-10
|
||||||
|
compat-gcr-soname1
|
||||||
compat-gdal-soname27
|
compat-gdal-soname27
|
||||||
compat-glibmm-soname24
|
compat-glibmm-soname24
|
||||||
compat-gnome-bluetooth-soname-13
|
compat-gnome-bluetooth-soname-13
|
||||||
@@ -1290,16 +1291,14 @@ compat-libsoup-soname-24
|
|||||||
compat-libva-soname1
|
compat-libva-soname1
|
||||||
compat-lua-52
|
compat-lua-52
|
||||||
compat-lua-53
|
compat-lua-53
|
||||||
compat-nettle-soname7
|
compat-openssl-soname11
|
||||||
compat-pangomm-soname14
|
compat-pangomm-soname14
|
||||||
compat-poppler-soname117
|
compat-protobuf-soname29
|
||||||
compat-readline-soname5
|
compat-readline-soname5
|
||||||
compat-rest-soname07
|
compat-rest-soname07
|
||||||
compat-tracker-soname2.0
|
|
||||||
compat-webkitgtk-soname40
|
compat-webkitgtk-soname40
|
||||||
component
|
component
|
||||||
compute-image-packages
|
compute-image-packages
|
||||||
conda
|
|
||||||
configobj
|
configobj
|
||||||
confuse
|
confuse
|
||||||
conky
|
conky
|
||||||
@@ -1331,11 +1330,11 @@ cups-bjnp
|
|||||||
cups-filters
|
cups-filters
|
||||||
cups-pk-helper
|
cups-pk-helper
|
||||||
curl
|
curl
|
||||||
|
curl-mini
|
||||||
custom_inherit
|
custom_inherit
|
||||||
cycler
|
cycler
|
||||||
cyrus-sasl
|
cyrus-sasl
|
||||||
dapl
|
dapl
|
||||||
darkflow
|
|
||||||
darktable
|
darktable
|
||||||
datefudge
|
datefudge
|
||||||
dav1d
|
dav1d
|
||||||
@@ -1366,7 +1365,6 @@ dino
|
|||||||
directx-headers
|
directx-headers
|
||||||
direwolf
|
direwolf
|
||||||
dist-pam-configs
|
dist-pam-configs
|
||||||
distro
|
|
||||||
dkms
|
dkms
|
||||||
dlm
|
dlm
|
||||||
dlt-daemon
|
dlt-daemon
|
||||||
@@ -1393,6 +1391,7 @@ doxygen
|
|||||||
dpdk
|
dpdk
|
||||||
dracut
|
dracut
|
||||||
dragon
|
dragon
|
||||||
|
dragonbox
|
||||||
drkonqi
|
drkonqi
|
||||||
dropwatch
|
dropwatch
|
||||||
dssi
|
dssi
|
||||||
@@ -1408,6 +1407,7 @@ e2fsprogs
|
|||||||
earlyoom
|
earlyoom
|
||||||
ebtables
|
ebtables
|
||||||
ed
|
ed
|
||||||
|
editorconfig-core-c
|
||||||
edk2
|
edk2
|
||||||
efibootmgr
|
efibootmgr
|
||||||
efitools
|
efitools
|
||||||
@@ -1461,7 +1461,6 @@ filelight
|
|||||||
filesystem
|
filesystem
|
||||||
findutils
|
findutils
|
||||||
fio
|
fio
|
||||||
firecracker
|
|
||||||
firefox
|
firefox
|
||||||
firewalld
|
firewalld
|
||||||
fish
|
fish
|
||||||
@@ -1494,6 +1493,7 @@ freetype
|
|||||||
fribidi
|
fribidi
|
||||||
fritzing-app
|
fritzing-app
|
||||||
fs
|
fs
|
||||||
|
fsarchiver
|
||||||
fsearch
|
fsearch
|
||||||
fuse
|
fuse
|
||||||
fwupd
|
fwupd
|
||||||
@@ -1523,6 +1523,7 @@ gedit
|
|||||||
gedit-plugins-gnome
|
gedit-plugins-gnome
|
||||||
geeqie
|
geeqie
|
||||||
gegl
|
gegl
|
||||||
|
gengetopt
|
||||||
geocam-v4l2
|
geocam-v4l2
|
||||||
geoclue
|
geoclue
|
||||||
geocode-glib
|
geocode-glib
|
||||||
@@ -1628,6 +1629,7 @@ gpgme
|
|||||||
gphoto2
|
gphoto2
|
||||||
gpm
|
gpm
|
||||||
gpredict
|
gpredict
|
||||||
|
gpsd
|
||||||
gptfdisk
|
gptfdisk
|
||||||
gramps
|
gramps
|
||||||
granatier
|
granatier
|
||||||
@@ -1721,6 +1723,7 @@ icon-naming-utils
|
|||||||
icu4c
|
icu4c
|
||||||
idle-python3.7-assets
|
idle-python3.7-assets
|
||||||
iftop
|
iftop
|
||||||
|
igsc
|
||||||
igt-gpu-tools
|
igt-gpu-tools
|
||||||
iio-sensor-proxy
|
iio-sensor-proxy
|
||||||
imagescan
|
imagescan
|
||||||
@@ -1734,6 +1737,7 @@ init-rdahead
|
|||||||
inkscape
|
inkscape
|
||||||
innoextract
|
innoextract
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
intel-cmt-cat
|
||||||
intel-gmmlib
|
intel-gmmlib
|
||||||
intel-hybrid-driver
|
intel-hybrid-driver
|
||||||
intel-ipsec-mb
|
intel-ipsec-mb
|
||||||
@@ -1758,6 +1762,7 @@ ipvsadm
|
|||||||
ipxe
|
ipxe
|
||||||
irqbalance
|
irqbalance
|
||||||
irrlicht
|
irrlicht
|
||||||
|
irrlichtmt
|
||||||
irssi
|
irssi
|
||||||
isa-l
|
isa-l
|
||||||
iso-codes
|
iso-codes
|
||||||
@@ -1792,11 +1797,6 @@ kapidox
|
|||||||
kapman
|
kapman
|
||||||
kapptemplate
|
kapptemplate
|
||||||
karchive
|
karchive
|
||||||
kata-image
|
|
||||||
kata-proxy
|
|
||||||
kata-qemu-lite
|
|
||||||
kata-runtime
|
|
||||||
kata-shim
|
|
||||||
kate
|
kate
|
||||||
katomic
|
katomic
|
||||||
kauth
|
kauth
|
||||||
@@ -1817,6 +1817,7 @@ kcharselect
|
|||||||
kcmutils
|
kcmutils
|
||||||
kcodecs
|
kcodecs
|
||||||
kcolorchooser
|
kcolorchooser
|
||||||
|
kcolorpicker
|
||||||
kcompletion
|
kcompletion
|
||||||
kconfig
|
kconfig
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
@@ -1887,6 +1888,7 @@ kidletime
|
|||||||
kig
|
kig
|
||||||
kigo
|
kigo
|
||||||
killbots
|
killbots
|
||||||
|
kimageannotator
|
||||||
kimageformats
|
kimageformats
|
||||||
kimagemapeditor
|
kimagemapeditor
|
||||||
kimap
|
kimap
|
||||||
@@ -1957,6 +1959,7 @@ kross
|
|||||||
kruler
|
kruler
|
||||||
krunner
|
krunner
|
||||||
krusader
|
krusader
|
||||||
|
ksanecore
|
||||||
kscreen
|
kscreen
|
||||||
kscreenlocker
|
kscreenlocker
|
||||||
kservice
|
kservice
|
||||||
@@ -1984,6 +1987,7 @@ kturtle
|
|||||||
kubernetes
|
kubernetes
|
||||||
kubernetes-migration-1.18
|
kubernetes-migration-1.18
|
||||||
kunitconversion
|
kunitconversion
|
||||||
|
kuserfeedback
|
||||||
kwallet
|
kwallet
|
||||||
kwallet-pam
|
kwallet-pam
|
||||||
kwalletmanager
|
kwalletmanager
|
||||||
@@ -2056,6 +2060,7 @@ libcacard
|
|||||||
libcanberra
|
libcanberra
|
||||||
libcap
|
libcap
|
||||||
libcap-ng
|
libcap-ng
|
||||||
|
libcbor
|
||||||
libcddb
|
libcddb
|
||||||
libcdio
|
libcdio
|
||||||
libcdr
|
libcdr
|
||||||
@@ -2063,6 +2068,7 @@ libcerf
|
|||||||
libcgroup
|
libcgroup
|
||||||
libchamplain
|
libchamplain
|
||||||
libclc
|
libclc
|
||||||
|
libcloudproviders
|
||||||
libcmis
|
libcmis
|
||||||
libcomps
|
libcomps
|
||||||
libconfig
|
libconfig
|
||||||
@@ -2096,6 +2102,8 @@ libexttextcat
|
|||||||
libfakekey
|
libfakekey
|
||||||
libfastjson
|
libfastjson
|
||||||
libffi
|
libffi
|
||||||
|
libfido2
|
||||||
|
libfixmath
|
||||||
libfm
|
libfm
|
||||||
libfm-qt
|
libfm-qt
|
||||||
libfontenc
|
libfontenc
|
||||||
@@ -2120,7 +2128,6 @@ libgtop
|
|||||||
libgudev
|
libgudev
|
||||||
libgusb
|
libgusb
|
||||||
libgweather
|
libgweather
|
||||||
libgweather4
|
|
||||||
libhandy
|
libhandy
|
||||||
libical
|
libical
|
||||||
libidn
|
libidn
|
||||||
@@ -2199,6 +2206,7 @@ libpipeline
|
|||||||
libplacebo
|
libplacebo
|
||||||
libpng
|
libpng
|
||||||
libportal
|
libportal
|
||||||
|
libproxy
|
||||||
libpsl
|
libpsl
|
||||||
libpthread-stubs
|
libpthread-stubs
|
||||||
libpwquality
|
libpwquality
|
||||||
@@ -2217,6 +2225,7 @@ libreswan
|
|||||||
librevenge
|
librevenge
|
||||||
librsvg
|
librsvg
|
||||||
librtlsdr
|
librtlsdr
|
||||||
|
librttopo
|
||||||
libsamplerate
|
libsamplerate
|
||||||
libsass
|
libsass
|
||||||
libseccomp
|
libseccomp
|
||||||
@@ -2306,7 +2315,6 @@ linux-firmware-ipu
|
|||||||
linux-hyperv-lts
|
linux-hyperv-lts
|
||||||
linux-iot-lts2018
|
linux-iot-lts2018
|
||||||
linux-iot-lts2018-preempt-rt
|
linux-iot-lts2018-preempt-rt
|
||||||
linux-kata
|
|
||||||
linux-libc-headers
|
linux-libc-headers
|
||||||
linux-lts2017
|
linux-lts2017
|
||||||
linux-lts2018
|
linux-lts2018
|
||||||
@@ -2323,6 +2331,7 @@ llvm
|
|||||||
llvm11
|
llvm11
|
||||||
llvm12
|
llvm12
|
||||||
llvm13
|
llvm13
|
||||||
|
llvm14
|
||||||
lm-sensors
|
lm-sensors
|
||||||
lmdb
|
lmdb
|
||||||
logrotate
|
logrotate
|
||||||
@@ -2400,11 +2409,13 @@ meta-desktop-kde
|
|||||||
meta-os-core
|
meta-os-core
|
||||||
meta-os-core-plus
|
meta-os-core-plus
|
||||||
metacity
|
metacity
|
||||||
|
metee
|
||||||
metis
|
metis
|
||||||
metrics-discovery
|
metrics-discovery
|
||||||
micro-config-drive
|
micro-config-drive
|
||||||
micro-config-drive-aliyun
|
micro-config-drive-aliyun
|
||||||
micro-config-drive-aws
|
micro-config-drive-aws
|
||||||
|
micro-config-drive-equinix
|
||||||
micro-config-drive-oci
|
micro-config-drive-oci
|
||||||
milou
|
milou
|
||||||
minetest
|
minetest
|
||||||
@@ -2439,6 +2450,7 @@ mosh
|
|||||||
mosquitto
|
mosquitto
|
||||||
motd-update
|
motd-update
|
||||||
motif
|
motif
|
||||||
|
mozjs102
|
||||||
mozjs91
|
mozjs91
|
||||||
mpc
|
mpc
|
||||||
mpfr
|
mpfr
|
||||||
@@ -2496,6 +2508,7 @@ nginx-mainline
|
|||||||
nginx-rtmp-module
|
nginx-rtmp-module
|
||||||
nginx-upload-module
|
nginx-upload-module
|
||||||
nginx_cookie_flag_module
|
nginx_cookie_flag_module
|
||||||
|
ngspice
|
||||||
ngx-fancyindex
|
ngx-fancyindex
|
||||||
ngx_brotli
|
ngx_brotli
|
||||||
ngx_http_auth_pam_module
|
ngx_http_auth_pam_module
|
||||||
@@ -2539,6 +2552,7 @@ octave
|
|||||||
oiio
|
oiio
|
||||||
okteta
|
okteta
|
||||||
okular
|
okular
|
||||||
|
oneVPL
|
||||||
onig
|
onig
|
||||||
opa-fm
|
opa-fm
|
||||||
opa-psm2
|
opa-psm2
|
||||||
@@ -2553,6 +2567,7 @@ openbox
|
|||||||
opencl-clang
|
opencl-clang
|
||||||
opencl-headers
|
opencl-headers
|
||||||
openconnect
|
openconnect
|
||||||
|
openct
|
||||||
opencv
|
opencv
|
||||||
openexr
|
openexr
|
||||||
openjade
|
openjade
|
||||||
@@ -2562,6 +2577,7 @@ openjdk13
|
|||||||
openjpeg
|
openjpeg
|
||||||
openldap
|
openldap
|
||||||
openmpi
|
openmpi
|
||||||
|
openpace
|
||||||
openscad
|
openscad
|
||||||
openshot-qt
|
openshot-qt
|
||||||
opensm
|
opensm
|
||||||
@@ -2600,7 +2616,6 @@ pass
|
|||||||
patch
|
patch
|
||||||
patchelf
|
patchelf
|
||||||
patchutils
|
patchutils
|
||||||
pathlib2
|
|
||||||
pathos
|
pathos
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pbzip2
|
pbzip2
|
||||||
@@ -2612,6 +2627,7 @@ pcre
|
|||||||
pcre2
|
pcre2
|
||||||
pcs
|
pcs
|
||||||
pcsc-lite
|
pcsc-lite
|
||||||
|
pcsc-tools
|
||||||
pdns
|
pdns
|
||||||
pdns-recursor
|
pdns-recursor
|
||||||
pdsh
|
pdsh
|
||||||
@@ -2625,6 +2641,7 @@ perl-Algorithm-Diff-XS
|
|||||||
perl-Algorithm-Merge
|
perl-Algorithm-Merge
|
||||||
perl-Algorithm-Munkres
|
perl-Algorithm-Munkres
|
||||||
perl-Alien-Build
|
perl-Alien-Build
|
||||||
|
perl-Alien-Build-Plugin-Download-GitLab
|
||||||
perl-Alien-Libxml2
|
perl-Alien-Libxml2
|
||||||
perl-Alien-m4
|
perl-Alien-m4
|
||||||
perl-AnyEvent
|
perl-AnyEvent
|
||||||
@@ -2690,6 +2707,7 @@ perl-Carp-Always
|
|||||||
perl-Carp-Assert
|
perl-Carp-Assert
|
||||||
perl-Carp-Assert-More
|
perl-Carp-Assert-More
|
||||||
perl-Carp-Clan
|
perl-Carp-Clan
|
||||||
|
perl-Chipcard-PCSC
|
||||||
perl-Class-Accessor
|
perl-Class-Accessor
|
||||||
perl-Class-Accessor-Chained
|
perl-Class-Accessor-Chained
|
||||||
perl-Class-Accessor-Grouped
|
perl-Class-Accessor-Grouped
|
||||||
@@ -2800,6 +2818,7 @@ perl-DateTime-Format-Natural
|
|||||||
perl-DateTime-Format-Pg
|
perl-DateTime-Format-Pg
|
||||||
perl-DateTime-Format-Strptime
|
perl-DateTime-Format-Strptime
|
||||||
perl-DateTime-Format-W3CDTF
|
perl-DateTime-Format-W3CDTF
|
||||||
|
perl-DateTime-HiRes
|
||||||
perl-DateTime-Locale
|
perl-DateTime-Locale
|
||||||
perl-DateTime-TimeZone
|
perl-DateTime-TimeZone
|
||||||
perl-Debug-ShowStuff
|
perl-Debug-ShowStuff
|
||||||
@@ -2857,6 +2876,7 @@ perl-Exporter-Easy
|
|||||||
perl-Exporter-Lite
|
perl-Exporter-Lite
|
||||||
perl-Exporter-Tidy
|
perl-Exporter-Tidy
|
||||||
perl-Exporter-Tiny
|
perl-Exporter-Tiny
|
||||||
|
perl-ExtUtils-CChecker
|
||||||
perl-ExtUtils-Config
|
perl-ExtUtils-Config
|
||||||
perl-ExtUtils-Depends
|
perl-ExtUtils-Depends
|
||||||
perl-ExtUtils-Helpers
|
perl-ExtUtils-Helpers
|
||||||
@@ -3253,6 +3273,7 @@ perl-Sub-Quote
|
|||||||
perl-Sub-Uplevel
|
perl-Sub-Uplevel
|
||||||
perl-Switch
|
perl-Switch
|
||||||
perl-Symbol-Global-Name
|
perl-Symbol-Global-Name
|
||||||
|
perl-Syntax-Keyword-Try
|
||||||
perl-Sys-Hostname-Long
|
perl-Sys-Hostname-Long
|
||||||
perl-Sys-MemInfo
|
perl-Sys-MemInfo
|
||||||
perl-Sys-Mmap
|
perl-Sys-Mmap
|
||||||
@@ -3300,6 +3321,7 @@ perl-Test-MemoryGrowth
|
|||||||
perl-Test-Metrics-Any
|
perl-Test-Metrics-Any
|
||||||
perl-Test-MockModule
|
perl-Test-MockModule
|
||||||
perl-Test-MockTime
|
perl-Test-MockTime
|
||||||
|
perl-Test-MockTime-HiRes
|
||||||
perl-Test-More-UTF8
|
perl-Test-More-UTF8
|
||||||
perl-Test-Most
|
perl-Test-Most
|
||||||
perl-Test-Needs
|
perl-Test-Needs
|
||||||
@@ -3414,6 +3436,7 @@ perl-XML-Twig
|
|||||||
perl-XML-Writer
|
perl-XML-Writer
|
||||||
perl-XML-XPath
|
perl-XML-XPath
|
||||||
perl-XML-XPathEngine
|
perl-XML-XPathEngine
|
||||||
|
perl-XS-Parse-Keyword
|
||||||
perl-XString
|
perl-XString
|
||||||
perl-YAML
|
perl-YAML
|
||||||
perl-YAML-LibYAML
|
perl-YAML-LibYAML
|
||||||
@@ -3555,10 +3578,6 @@ portmidi
|
|||||||
postfix
|
postfix
|
||||||
postgis
|
postgis
|
||||||
postgresql
|
postgresql
|
||||||
postgresql11
|
|
||||||
postgresql12
|
|
||||||
postgresql13
|
|
||||||
postgresql9
|
|
||||||
potrace
|
potrace
|
||||||
powerdevil
|
powerdevil
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
@@ -3608,7 +3627,9 @@ pypi-aiosignal
|
|||||||
pypi-aiosmtpd
|
pypi-aiosmtpd
|
||||||
pypi-alabaster
|
pypi-alabaster
|
||||||
pypi-altgraph
|
pypi-altgraph
|
||||||
|
pypi-aniso8601
|
||||||
pypi-ansi2html
|
pypi-ansi2html
|
||||||
|
pypi-ansible_builder
|
||||||
pypi-ansible_compat
|
pypi-ansible_compat
|
||||||
pypi-ansible_pygments
|
pypi-ansible_pygments
|
||||||
pypi-anyio
|
pypi-anyio
|
||||||
@@ -3652,18 +3673,15 @@ pypi-azure_mgmt_resource
|
|||||||
pypi-azure_mgmt_storage
|
pypi-azure_mgmt_storage
|
||||||
pypi-babel
|
pypi-babel
|
||||||
pypi-backcall
|
pypi-backcall
|
||||||
pypi-backports.cached_property
|
pypi-backoff
|
||||||
pypi-backports.entry_points_selectable
|
|
||||||
pypi-backports.functools_lru_cache
|
|
||||||
pypi-backports.shutil_get_terminal_size
|
|
||||||
pypi-backports.ssl_match_hostname
|
pypi-backports.ssl_match_hostname
|
||||||
pypi-backports.weakref
|
|
||||||
pypi-bash_kernel
|
pypi-bash_kernel
|
||||||
pypi-bashlex
|
pypi-bashlex
|
||||||
pypi-bcrypt
|
pypi-bcrypt
|
||||||
pypi-beautifulsoup4
|
pypi-beautifulsoup4
|
||||||
pypi-beniget
|
pypi-beniget
|
||||||
pypi-binaryornot
|
pypi-binaryornot
|
||||||
|
pypi-bindep
|
||||||
pypi-bkcharts
|
pypi-bkcharts
|
||||||
pypi-black
|
pypi-black
|
||||||
pypi-bleach
|
pypi-bleach
|
||||||
@@ -3676,6 +3694,7 @@ pypi-booleanoperations
|
|||||||
pypi-boto
|
pypi-boto
|
||||||
pypi-bowler
|
pypi-bowler
|
||||||
pypi-bracex
|
pypi-bracex
|
||||||
|
pypi-branca
|
||||||
pypi-brotli
|
pypi-brotli
|
||||||
pypi-brotlicffi
|
pypi-brotlicffi
|
||||||
pypi-brotlipy
|
pypi-brotlipy
|
||||||
@@ -3686,9 +3705,9 @@ pypi-cachecontrol
|
|||||||
pypi-cached_property
|
pypi-cached_property
|
||||||
pypi-cachetools
|
pypi-cachetools
|
||||||
pypi-cachy
|
pypi-cachy
|
||||||
|
pypi-calver
|
||||||
pypi-capturer
|
pypi-capturer
|
||||||
pypi-cattrs
|
pypi-cattrs
|
||||||
pypi-cchardet
|
|
||||||
pypi-cerberus
|
pypi-cerberus
|
||||||
pypi-certbot
|
pypi-certbot
|
||||||
pypi-certbot_dns_google
|
pypi-certbot_dns_google
|
||||||
@@ -3699,6 +3718,7 @@ pypi-cfgv
|
|||||||
pypi-chaospy
|
pypi-chaospy
|
||||||
pypi-chardet
|
pypi-chardet
|
||||||
pypi-charset_normalizer
|
pypi-charset_normalizer
|
||||||
|
pypi-check_jsonschema
|
||||||
pypi-check_manifest
|
pypi-check_manifest
|
||||||
pypi-cheetah3
|
pypi-cheetah3
|
||||||
pypi-cheroot
|
pypi-cheroot
|
||||||
@@ -3719,6 +3739,7 @@ pypi-codecov
|
|||||||
pypi-colorama
|
pypi-colorama
|
||||||
pypi-colorlog
|
pypi-colorlog
|
||||||
pypi-columnize
|
pypi-columnize
|
||||||
|
pypi-comm
|
||||||
pypi-commonmark
|
pypi-commonmark
|
||||||
pypi-complete
|
pypi-complete
|
||||||
pypi-compreffor
|
pypi-compreffor
|
||||||
@@ -3728,8 +3749,8 @@ pypi-cons
|
|||||||
pypi-constantly
|
pypi-constantly
|
||||||
pypi-contextlib2
|
pypi-contextlib2
|
||||||
pypi-contextvars
|
pypi-contextvars
|
||||||
|
pypi-contourpy
|
||||||
pypi-cookiecutter
|
pypi-cookiecutter
|
||||||
pypi-cookies
|
|
||||||
pypi-coverage
|
pypi-coverage
|
||||||
pypi-coveralls
|
pypi-coveralls
|
||||||
pypi-cppy
|
pypi-cppy
|
||||||
@@ -3742,6 +3763,7 @@ pypi-cssselect
|
|||||||
pypi-cu2qu
|
pypi-cu2qu
|
||||||
pypi-curio
|
pypi-curio
|
||||||
pypi-cve_bin_tool
|
pypi-cve_bin_tool
|
||||||
|
pypi-cvss
|
||||||
pypi-cxxfilt
|
pypi-cxxfilt
|
||||||
pypi-cython
|
pypi-cython
|
||||||
pypi-cytoolz
|
pypi-cytoolz
|
||||||
@@ -3751,6 +3773,7 @@ pypi-dataclasses
|
|||||||
pypi-datetime
|
pypi-datetime
|
||||||
pypi-debugpy
|
pypi-debugpy
|
||||||
pypi-decorator
|
pypi-decorator
|
||||||
|
pypi-deepmerge
|
||||||
pypi-deprecated
|
pypi-deprecated
|
||||||
pypi-deprecation
|
pypi-deprecation
|
||||||
pypi-diff_cover
|
pypi-diff_cover
|
||||||
@@ -3759,9 +3782,11 @@ pypi-diffoscope
|
|||||||
pypi-dill
|
pypi-dill
|
||||||
pypi-diskcache
|
pypi-diskcache
|
||||||
pypi-distlib
|
pypi-distlib
|
||||||
|
pypi-distro
|
||||||
pypi-dj_database_url
|
pypi-dj_database_url
|
||||||
pypi-django
|
pypi-django
|
||||||
pypi-django_appconf
|
pypi-django_appconf
|
||||||
|
pypi-django_babel
|
||||||
pypi-django_compressor
|
pypi-django_compressor
|
||||||
pypi-django_discover_runner
|
pypi-django_discover_runner
|
||||||
pypi-django_nose
|
pypi-django_nose
|
||||||
@@ -3773,8 +3798,10 @@ pypi-docker_compose
|
|||||||
pypi-docker_pycreds
|
pypi-docker_pycreds
|
||||||
pypi-docopt
|
pypi-docopt
|
||||||
pypi-docstring_parser
|
pypi-docstring_parser
|
||||||
|
pypi-docstring_to_markdown
|
||||||
pypi-docutils
|
pypi-docutils
|
||||||
pypi-dpcontracts
|
pypi-dpcontracts
|
||||||
|
pypi-dulwich
|
||||||
pypi-ecdsa
|
pypi-ecdsa
|
||||||
pypi-editables
|
pypi-editables
|
||||||
pypi-elementpath
|
pypi-elementpath
|
||||||
@@ -3796,6 +3823,7 @@ pypi-falcon
|
|||||||
pypi-fasteners
|
pypi-fasteners
|
||||||
pypi-fastimport
|
pypi-fastimport
|
||||||
pypi-fastjsonschema
|
pypi-fastjsonschema
|
||||||
|
pypi-filecache
|
||||||
pypi-filelock
|
pypi-filelock
|
||||||
pypi-fissix
|
pypi-fissix
|
||||||
pypi-flake8
|
pypi-flake8
|
||||||
@@ -3809,6 +3837,7 @@ pypi-flatten_json
|
|||||||
pypi-flit
|
pypi-flit
|
||||||
pypi-flit_core
|
pypi-flit_core
|
||||||
pypi-flit_scm
|
pypi-flit_scm
|
||||||
|
pypi-folium
|
||||||
pypi-fontmath
|
pypi-fontmath
|
||||||
pypi-freezegun
|
pypi-freezegun
|
||||||
pypi-frozenlist
|
pypi-frozenlist
|
||||||
@@ -3818,7 +3847,6 @@ pypi-funcparserlib
|
|||||||
pypi-future
|
pypi-future
|
||||||
pypi-gast
|
pypi-gast
|
||||||
pypi-gcs_oauth2_boto_plugin
|
pypi-gcs_oauth2_boto_plugin
|
||||||
pypi-gensim
|
|
||||||
pypi-gevent
|
pypi-gevent
|
||||||
pypi-geventhttpclient
|
pypi-geventhttpclient
|
||||||
pypi-ghp_import
|
pypi-ghp_import
|
||||||
@@ -3831,11 +3859,15 @@ pypi-google_apitools
|
|||||||
pypi-google_auth
|
pypi-google_auth
|
||||||
pypi-google_auth_httplib2
|
pypi-google_auth_httplib2
|
||||||
pypi-google_auth_oauthlib
|
pypi-google_auth_oauthlib
|
||||||
|
pypi-google_cloud_secret_manager
|
||||||
pypi-google_pasta
|
pypi-google_pasta
|
||||||
pypi-google_reauth
|
pypi-google_reauth
|
||||||
pypi-googleapis_common_protos
|
pypi-googleapis_common_protos
|
||||||
|
pypi-gql
|
||||||
|
pypi-graphql_core
|
||||||
pypi-graphviz
|
pypi-graphviz
|
||||||
pypi-greenlet
|
pypi-greenlet
|
||||||
|
pypi-grpc_google_iam_v1
|
||||||
pypi-grpcio
|
pypi-grpcio
|
||||||
pypi-grpcio_channelz
|
pypi-grpcio_channelz
|
||||||
pypi-grpcio_health_checking
|
pypi-grpcio_health_checking
|
||||||
@@ -3848,6 +3880,8 @@ pypi-h11
|
|||||||
pypi-h2
|
pypi-h2
|
||||||
pypi-h5py
|
pypi-h5py
|
||||||
pypi-hammock
|
pypi-hammock
|
||||||
|
pypi-hatch_fancy_pypi_readme
|
||||||
|
pypi-hatch_nodejs_version
|
||||||
pypi-hatch_vcs
|
pypi-hatch_vcs
|
||||||
pypi-hatchling
|
pypi-hatchling
|
||||||
pypi-heapdict
|
pypi-heapdict
|
||||||
@@ -3882,7 +3916,6 @@ pypi-inflect
|
|||||||
pypi-inflection
|
pypi-inflection
|
||||||
pypi-influxdb
|
pypi-influxdb
|
||||||
pypi-iniconfig
|
pypi-iniconfig
|
||||||
pypi-inspursmsdk
|
|
||||||
pypi-intervaltree
|
pypi-intervaltree
|
||||||
pypi-invoke
|
pypi-invoke
|
||||||
pypi-iocapture
|
pypi-iocapture
|
||||||
@@ -3929,10 +3962,12 @@ pypi-jupyter_cache
|
|||||||
pypi-jupyter_client
|
pypi-jupyter_client
|
||||||
pypi-jupyter_console
|
pypi-jupyter_console
|
||||||
pypi-jupyter_core
|
pypi-jupyter_core
|
||||||
|
pypi-jupyter_events
|
||||||
pypi-jupyter_nbgallery
|
pypi-jupyter_nbgallery
|
||||||
pypi-jupyter_packaging
|
pypi-jupyter_packaging
|
||||||
pypi-jupyter_server
|
pypi-jupyter_server
|
||||||
pypi-jupyter_server_mathjax
|
pypi-jupyter_server_mathjax
|
||||||
|
pypi-jupyter_server_terminals
|
||||||
pypi-jupyter_sphinx
|
pypi-jupyter_sphinx
|
||||||
pypi-jupyterlab
|
pypi-jupyterlab
|
||||||
pypi-jupyterlab_launcher
|
pypi-jupyterlab_launcher
|
||||||
@@ -3954,6 +3989,7 @@ pypi-latexcodec
|
|||||||
pypi-lazy_object_proxy
|
pypi-lazy_object_proxy
|
||||||
pypi-ldap3
|
pypi-ldap3
|
||||||
pypi-libarchive_c
|
pypi-libarchive_c
|
||||||
|
pypi-libevdev
|
||||||
pypi-linkify_it_py
|
pypi-linkify_it_py
|
||||||
pypi-livereload
|
pypi-livereload
|
||||||
pypi-llfuse
|
pypi-llfuse
|
||||||
@@ -3973,6 +4009,7 @@ pypi-matplotlib_inline
|
|||||||
pypi-mdit_py_plugins
|
pypi-mdit_py_plugins
|
||||||
pypi-mdurl
|
pypi-mdurl
|
||||||
pypi-mergedeep
|
pypi-mergedeep
|
||||||
|
pypi-meson_python
|
||||||
pypi-mido
|
pypi-mido
|
||||||
pypi-minikanren
|
pypi-minikanren
|
||||||
pypi-mistune
|
pypi-mistune
|
||||||
@@ -4000,7 +4037,6 @@ pypi-natsort
|
|||||||
pypi-nbclassic
|
pypi-nbclassic
|
||||||
pypi-nbclient
|
pypi-nbclient
|
||||||
pypi-nbconvert
|
pypi-nbconvert
|
||||||
pypi-nbdime
|
|
||||||
pypi-nbformat
|
pypi-nbformat
|
||||||
pypi-nbsphinx
|
pypi-nbsphinx
|
||||||
pypi-nbval
|
pypi-nbval
|
||||||
@@ -4041,11 +4077,13 @@ pypi-paramiko
|
|||||||
pypi-parse
|
pypi-parse
|
||||||
pypi-parse_type
|
pypi-parse_type
|
||||||
pypi-parsedatetime
|
pypi-parsedatetime
|
||||||
|
pypi-parsley
|
||||||
pypi-parso
|
pypi-parso
|
||||||
pypi-partd
|
pypi-partd
|
||||||
pypi-paste
|
pypi-paste
|
||||||
pypi-pastedeploy
|
pypi-pastedeploy
|
||||||
pypi-pastel
|
pypi-pastel
|
||||||
|
pypi-pathlib2
|
||||||
pypi-pathspec
|
pypi-pathspec
|
||||||
pypi-pathtools
|
pypi-pathtools
|
||||||
pypi-patsy
|
pypi-patsy
|
||||||
@@ -4061,12 +4099,15 @@ pypi-persistent
|
|||||||
pypi-pexpect
|
pypi-pexpect
|
||||||
pypi-phabricator
|
pypi-phabricator
|
||||||
pypi-pickleshare
|
pypi-pickleshare
|
||||||
|
pypi-picobox
|
||||||
pypi-pid
|
pypi-pid
|
||||||
pypi-pillow
|
pypi-pillow
|
||||||
|
pypi-pint
|
||||||
pypi-pip
|
pypi-pip
|
||||||
pypi-pip_tools
|
pypi-pip_tools
|
||||||
pypi-pkgconfig
|
pypi-pkgconfig
|
||||||
pypi-pkginfo
|
pypi-pkginfo
|
||||||
|
pypi-pkgutil_resolve_name
|
||||||
pypi-platformdirs
|
pypi-platformdirs
|
||||||
pypi-plotly
|
pypi-plotly
|
||||||
pypi-pluggy
|
pypi-pluggy
|
||||||
@@ -4074,6 +4115,7 @@ pypi-ply
|
|||||||
pypi-pockets
|
pypi-pockets
|
||||||
pypi-poetry
|
pypi-poetry
|
||||||
pypi-poetry_core
|
pypi-poetry_core
|
||||||
|
pypi-poetry_plugin_export
|
||||||
pypi-polib
|
pypi-polib
|
||||||
pypi-port_for
|
pypi-port_for
|
||||||
pypi-portalocker
|
pypi-portalocker
|
||||||
@@ -4087,6 +4129,7 @@ pypi-progress
|
|||||||
pypi-progressbar
|
pypi-progressbar
|
||||||
pypi-prometheus_client
|
pypi-prometheus_client
|
||||||
pypi-prompt_toolkit
|
pypi-prompt_toolkit
|
||||||
|
pypi-proto_plus
|
||||||
pypi-psautohint
|
pypi-psautohint
|
||||||
pypi-psutil
|
pypi-psutil
|
||||||
pypi-psycopg2
|
pypi-psycopg2
|
||||||
@@ -4140,10 +4183,14 @@ pypi-pyopenssl
|
|||||||
pypi-pyparsing
|
pypi-pyparsing
|
||||||
pypi-pyperclip
|
pypi-pyperclip
|
||||||
pypi-pyperf
|
pypi-pyperf
|
||||||
|
pypi-pyproject_api
|
||||||
|
pypi-pyproject_hooks
|
||||||
pypi-pyproject_metadata
|
pypi-pyproject_metadata
|
||||||
pypi-pyprojectx
|
pypi-pyprojectx
|
||||||
pypi-pypsrp
|
pypi-pypsrp
|
||||||
pypi-pyqrcode
|
pypi-pyqrcode
|
||||||
|
pypi-pyqt6_sip
|
||||||
|
pypi-pyqt_builder
|
||||||
pypi-pyquery
|
pypi-pyquery
|
||||||
pypi-pyreadline
|
pypi-pyreadline
|
||||||
pypi-pyrfc3339
|
pypi-pyrfc3339
|
||||||
@@ -4158,6 +4205,7 @@ pypi-pyroute2.ndb
|
|||||||
pypi-pyroute2.nftables
|
pypi-pyroute2.nftables
|
||||||
pypi-pyroute2.nslink
|
pypi-pyroute2.nslink
|
||||||
pypi-pyrsistent
|
pypi-pyrsistent
|
||||||
|
pypi-pysaml2
|
||||||
pypi-pyscss
|
pypi-pyscss
|
||||||
pypi-pyserial
|
pypi-pyserial
|
||||||
pypi-pysnow
|
pypi-pysnow
|
||||||
@@ -4183,6 +4231,7 @@ pypi-python_dbusmock
|
|||||||
pypi-python_debian
|
pypi-python_debian
|
||||||
pypi-python_dotenv
|
pypi-python_dotenv
|
||||||
pypi-python_install
|
pypi-python_install
|
||||||
|
pypi-python_json_logger
|
||||||
pypi-python_jsonrpc_server
|
pypi-python_jsonrpc_server
|
||||||
pypi-python_language_server
|
pypi-python_language_server
|
||||||
pypi-python_levenshtein
|
pypi-python_levenshtein
|
||||||
@@ -4211,6 +4260,8 @@ pypi-pyzmq
|
|||||||
pypi-qtawesome
|
pypi-qtawesome
|
||||||
pypi-qtconsole
|
pypi-qtconsole
|
||||||
pypi-qtpy
|
pypi-qtpy
|
||||||
|
pypi-rapidfuzz
|
||||||
|
pypi-rapidfuzz_capi
|
||||||
pypi-rcssmin
|
pypi-rcssmin
|
||||||
pypi-readme_renderer
|
pypi-readme_renderer
|
||||||
pypi-recommonmark
|
pypi-recommonmark
|
||||||
@@ -4226,13 +4277,16 @@ pypi-requests_mock
|
|||||||
pypi-requests_oauthlib
|
pypi-requests_oauthlib
|
||||||
pypi-requests_toolbelt
|
pypi-requests_toolbelt
|
||||||
pypi-requests_unixsocket
|
pypi-requests_unixsocket
|
||||||
|
pypi-requirements_parser
|
||||||
pypi-resolvelib
|
pypi-resolvelib
|
||||||
pypi-responses
|
pypi-responses
|
||||||
pypi-restructuredtext_lint
|
pypi-restructuredtext_lint
|
||||||
pypi-retry
|
pypi-retry
|
||||||
pypi-retry_decorator
|
pypi-retry_decorator
|
||||||
pypi-retype
|
pypi-retype
|
||||||
|
pypi-rfc3339_validator
|
||||||
pypi-rfc3986
|
pypi-rfc3986
|
||||||
|
pypi-rfc3986_validator
|
||||||
pypi-rfc3987
|
pypi-rfc3987
|
||||||
pypi-rich
|
pypi-rich
|
||||||
pypi-rjsmin
|
pypi-rjsmin
|
||||||
@@ -4250,7 +4304,9 @@ pypi-salib
|
|||||||
pypi-sanic_routing
|
pypi-sanic_routing
|
||||||
pypi-scikit_build
|
pypi-scikit_build
|
||||||
pypi-scikit_image
|
pypi-scikit_image
|
||||||
|
pypi-scikit_learn
|
||||||
pypi-scp
|
pypi-scp
|
||||||
|
pypi-scrypt
|
||||||
pypi-seaborn
|
pypi-seaborn
|
||||||
pypi-secretstorage
|
pypi-secretstorage
|
||||||
pypi-selectors2
|
pypi-selectors2
|
||||||
@@ -4266,6 +4322,7 @@ pypi-serpent
|
|||||||
pypi-setproctitle
|
pypi-setproctitle
|
||||||
pypi-setuptools
|
pypi-setuptools
|
||||||
pypi-setuptools_git_ls_files
|
pypi-setuptools_git_ls_files
|
||||||
|
pypi-setuptools_git_versioning
|
||||||
pypi-setuptools_rust
|
pypi-setuptools_rust
|
||||||
pypi-setuptools_scm
|
pypi-setuptools_scm
|
||||||
pypi-setuptools_scm_git_archive
|
pypi-setuptools_scm_git_archive
|
||||||
@@ -4291,6 +4348,7 @@ pypi-sphinx_feature_classification
|
|||||||
pypi-sphinx_gallery
|
pypi-sphinx_gallery
|
||||||
pypi-sphinx_issues
|
pypi-sphinx_issues
|
||||||
pypi-sphinx_last_updated_by_git
|
pypi-sphinx_last_updated_by_git
|
||||||
|
pypi-sphinx_mdinclude
|
||||||
pypi-sphinx_notfound_page
|
pypi-sphinx_notfound_page
|
||||||
pypi-sphinx_rtd_theme
|
pypi-sphinx_rtd_theme
|
||||||
pypi-sphinx_theme_builder
|
pypi-sphinx_theme_builder
|
||||||
@@ -4339,7 +4397,6 @@ pypi-text_unidecode
|
|||||||
pypi-textdistance
|
pypi-textdistance
|
||||||
pypi-textfsm
|
pypi-textfsm
|
||||||
pypi-texttable
|
pypi-texttable
|
||||||
pypi-theano
|
|
||||||
pypi-threadpoolctl
|
pypi-threadpoolctl
|
||||||
pypi-three_merge
|
pypi-three_merge
|
||||||
pypi-tifffile
|
pypi-tifffile
|
||||||
@@ -4359,6 +4416,7 @@ pypi-trampolim
|
|||||||
pypi-trimesh
|
pypi-trimesh
|
||||||
pypi-trio
|
pypi-trio
|
||||||
pypi-trio_websocket
|
pypi-trio_websocket
|
||||||
|
pypi-trove_classifiers
|
||||||
pypi-ttp
|
pypi-ttp
|
||||||
pypi-twine
|
pypi-twine
|
||||||
pypi-typed_ast
|
pypi-typed_ast
|
||||||
@@ -4366,9 +4424,11 @@ pypi-typeguard
|
|||||||
pypi-types_colorama
|
pypi-types_colorama
|
||||||
pypi-types_cryptography
|
pypi-types_cryptography
|
||||||
pypi-types_dataclasses
|
pypi-types_dataclasses
|
||||||
|
pypi-types_docutils
|
||||||
pypi-types_enum34
|
pypi-types_enum34
|
||||||
pypi-types_ipaddress
|
pypi-types_ipaddress
|
||||||
pypi-types_mock
|
pypi-types_mock
|
||||||
|
pypi-types_psutil
|
||||||
pypi-types_pyopenssl
|
pypi-types_pyopenssl
|
||||||
pypi-types_pyrfc3339
|
pypi-types_pyrfc3339
|
||||||
pypi-types_python_dateutil
|
pypi-types_python_dateutil
|
||||||
@@ -4378,13 +4438,14 @@ pypi-types_requests
|
|||||||
pypi-types_setuptools
|
pypi-types_setuptools
|
||||||
pypi-types_six
|
pypi-types_six
|
||||||
pypi-types_termcolor
|
pypi-types_termcolor
|
||||||
|
pypi-types_toml
|
||||||
|
pypi-types_typed_ast
|
||||||
pypi-types_urllib3
|
pypi-types_urllib3
|
||||||
pypi-typing_extensions
|
pypi-typing_extensions
|
||||||
pypi-typogrify
|
pypi-typogrify
|
||||||
pypi-tzdata
|
pypi-tzdata
|
||||||
pypi-tzlocal
|
pypi-tzlocal
|
||||||
pypi-ua_parser
|
pypi-ua_parser
|
||||||
pypi-uamqp
|
|
||||||
pypi-uc_micro_py
|
pypi-uc_micro_py
|
||||||
pypi-ufolib2
|
pypi-ufolib2
|
||||||
pypi-uharfbuzz
|
pypi-uharfbuzz
|
||||||
@@ -4405,6 +4466,7 @@ pypi-voluptuous
|
|||||||
pypi-voluptuous_serialize
|
pypi-voluptuous_serialize
|
||||||
pypi-vsts_cd_manager
|
pypi-vsts_cd_manager
|
||||||
pypi-waitress
|
pypi-waitress
|
||||||
|
pypi-warlock
|
||||||
pypi-watchdog
|
pypi-watchdog
|
||||||
pypi-wcwidth
|
pypi-wcwidth
|
||||||
pypi-webcolors
|
pypi-webcolors
|
||||||
@@ -4428,12 +4490,24 @@ pypi-xmlschema
|
|||||||
pypi-xmltodict
|
pypi-xmltodict
|
||||||
pypi-xpra
|
pypi-xpra
|
||||||
pypi-xstatic
|
pypi-xstatic
|
||||||
|
pypi-xstatic_angular
|
||||||
|
pypi-xstatic_angular_bootstrap
|
||||||
|
pypi-xstatic_angular_gettext
|
||||||
|
pypi-xstatic_angular_lrdragndrop
|
||||||
|
pypi-xstatic_angular_schema_form
|
||||||
|
pypi-xstatic_bootstrap_scss
|
||||||
|
pypi-xstatic_bootswatch
|
||||||
|
pypi-xstatic_jasmine
|
||||||
|
pypi-xstatic_jsencrypt
|
||||||
|
pypi-xstatic_objectpath
|
||||||
|
pypi-xstatic_roboto_fontface
|
||||||
pypi-xvfbwrapper
|
pypi-xvfbwrapper
|
||||||
|
pypi-xyzservices
|
||||||
|
pypi-yamllint
|
||||||
pypi-yamlloader
|
pypi-yamlloader
|
||||||
pypi-yapf
|
pypi-yapf
|
||||||
pypi-yarg
|
pypi-yarg
|
||||||
pypi-yarl
|
pypi-yarl
|
||||||
pypi-yaspin
|
|
||||||
pypi-zabbix_api
|
pypi-zabbix_api
|
||||||
pypi-zc.lockfile
|
pypi-zc.lockfile
|
||||||
pypi-zeroconf
|
pypi-zeroconf
|
||||||
@@ -4551,7 +4625,6 @@ redis2-nginx-module
|
|||||||
redland
|
redland
|
||||||
redshift
|
redshift
|
||||||
redsocks
|
redsocks
|
||||||
renderdoc
|
|
||||||
requests-ntlm
|
requests-ntlm
|
||||||
rest
|
rest
|
||||||
restic
|
restic
|
||||||
@@ -4589,7 +4662,6 @@ sbc
|
|||||||
sbsigntools
|
sbsigntools
|
||||||
scdoc
|
scdoc
|
||||||
scene-alembic
|
scene-alembic
|
||||||
scikit-learn
|
|
||||||
scipy
|
scipy
|
||||||
scons
|
scons
|
||||||
scour
|
scour
|
||||||
@@ -4634,6 +4706,7 @@ soundmodem
|
|||||||
source-code-pro
|
source-code-pro
|
||||||
source-highlight
|
source-highlight
|
||||||
sox
|
sox
|
||||||
|
sparsezoo
|
||||||
spdlog
|
spdlog
|
||||||
spectacle
|
spectacle
|
||||||
speex
|
speex
|
||||||
@@ -4641,11 +4714,13 @@ speexdsp
|
|||||||
spice
|
spice
|
||||||
spice-gtk
|
spice-gtk
|
||||||
spice-protocol
|
spice-protocol
|
||||||
|
spice-vdagent
|
||||||
sqlite-autoconf
|
sqlite-autoconf
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
squid
|
squid
|
||||||
sshfs
|
sshfs
|
||||||
sshpass
|
sshpass
|
||||||
|
sshuttle
|
||||||
ssocr
|
ssocr
|
||||||
sssd
|
sssd
|
||||||
ssw
|
ssw
|
||||||
@@ -4763,13 +4838,12 @@ usb-modeswitch-data
|
|||||||
usbredir
|
usbredir
|
||||||
usbutils
|
usbutils
|
||||||
user-manager
|
user-manager
|
||||||
usermode
|
|
||||||
userspace-rcu
|
userspace-rcu
|
||||||
usrbinjava
|
usrbinjava
|
||||||
usrbinpython
|
usrbinpython
|
||||||
usrbinvi
|
usrbinvi
|
||||||
utf8cpp
|
|
||||||
utf8proc
|
utf8proc
|
||||||
|
utfcpp
|
||||||
util-linux
|
util-linux
|
||||||
util-macros
|
util-macros
|
||||||
uwsgi
|
uwsgi
|
||||||
@@ -4799,6 +4873,7 @@ wayland
|
|||||||
wayland-protocols
|
wayland-protocols
|
||||||
wcslib
|
wcslib
|
||||||
webkitgtk
|
webkitgtk
|
||||||
|
webkitgtk50
|
||||||
weechat
|
weechat
|
||||||
weston
|
weston
|
||||||
wget
|
wget
|
||||||
@@ -4814,6 +4889,7 @@ woff2
|
|||||||
wol
|
wol
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
wsjtx
|
wsjtx
|
||||||
|
wslu
|
||||||
wxWidgets
|
wxWidgets
|
||||||
x11perf
|
x11perf
|
||||||
x11vnc
|
x11vnc
|
||||||
|
|||||||
Reference in New Issue
Block a user