mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 11:06:15 +00:00
Compare commits
65 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34929eedc8 | |||
| 37ceeabcf2 | |||
| 22bcab527f | |||
| 96827eba4b | |||
| 209c76a22d | |||
| 9b30546825 | |||
| e114f003f5 | |||
| be6d64a55b | |||
| f9b8dab2a6 | |||
| d324a604f2 | |||
| 50dce59f66 | |||
| 089cb1b6b6 | |||
| 3c76c8ff41 | |||
| 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 |
+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)
|
||||
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_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); \
|
||||
[ -d 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; \
|
||||
$(call gitoliteurl,packages/$$pkg); \
|
||||
$(call subjectprefix,$$pkg); \
|
||||
@@ -168,7 +168,7 @@ status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||
#help the --stat flag.
|
||||
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||
@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
|
||||
|
||||
#help log: Run git log origin/main..HEAD for all package repos, thus
|
||||
|
||||
@@ -180,6 +180,7 @@ FDK-AAC
|
||||
FSFAP
|
||||
FSFUL
|
||||
FSFULLR
|
||||
FSFULLRWD
|
||||
FTL
|
||||
Fair
|
||||
Frameworx-1.0
|
||||
@@ -252,6 +253,7 @@ JPNIC
|
||||
JSON
|
||||
Jam
|
||||
JasPer-2.0
|
||||
Knuth-CTAN
|
||||
LAL-1.2
|
||||
LAL-1.3
|
||||
LGPL-2.0
|
||||
@@ -471,6 +473,7 @@ Zlib
|
||||
blessing
|
||||
bzip2-1.0.5
|
||||
bzip2-1.0.6
|
||||
checkmk
|
||||
copyleft-next-0.3.0
|
||||
copyleft-next-0.3.1
|
||||
curl
|
||||
@@ -485,6 +488,7 @@ iMatix
|
||||
libpng-2.0
|
||||
libselinux-1.0
|
||||
libtiff
|
||||
libutil-David-Nugent
|
||||
mpi-permissive
|
||||
mpich2
|
||||
mplus
|
||||
|
||||
@@ -37,6 +37,7 @@ OpenCASCADE
|
||||
OpenCSG
|
||||
OpenColorIO
|
||||
OpenIPMI
|
||||
OpenSC
|
||||
OpenSP
|
||||
Pacemaker
|
||||
ParaView
|
||||
@@ -264,6 +265,7 @@ R-classInt
|
||||
R-cli
|
||||
R-clipr
|
||||
R-clisymbols
|
||||
R-clock
|
||||
R-clue
|
||||
R-clustMixType
|
||||
R-clusterGeneration
|
||||
@@ -298,6 +300,7 @@ R-csvy
|
||||
R-cubature
|
||||
R-curl
|
||||
R-cvTools
|
||||
R-cvar
|
||||
R-cyclocomp
|
||||
R-data.table
|
||||
R-data.tree
|
||||
@@ -443,6 +446,7 @@ R-geojson
|
||||
R-geometry
|
||||
R-gert
|
||||
R-getopt
|
||||
R-gfonts
|
||||
R-ggfortify
|
||||
R-ggjoy
|
||||
R-ggplot2
|
||||
@@ -488,6 +492,7 @@ R-htmlwidgets
|
||||
R-httpcode
|
||||
R-httpuv
|
||||
R-httr
|
||||
R-httr2
|
||||
R-hunspell
|
||||
R-hwriter
|
||||
R-hypergeo
|
||||
@@ -579,6 +584,7 @@ R-mathjaxr
|
||||
R-matrixStats
|
||||
R-matrixcalc
|
||||
R-maxLik
|
||||
R-mclogit
|
||||
R-mclust
|
||||
R-mcmc
|
||||
R-mda
|
||||
@@ -821,8 +827,6 @@ R-rstan
|
||||
R-rstanarm
|
||||
R-rstantools
|
||||
R-rstpm2
|
||||
R-rstudio
|
||||
R-rstudio-server
|
||||
R-rstudioapi
|
||||
R-rsvg
|
||||
R-runjags
|
||||
@@ -875,8 +879,10 @@ R-sparkline
|
||||
R-spatstat
|
||||
R-spatstat.core
|
||||
R-spatstat.data
|
||||
R-spatstat.explore
|
||||
R-spatstat.geom
|
||||
R-spatstat.linnet
|
||||
R-spatstat.model
|
||||
R-spatstat.random
|
||||
R-spatstat.sparse
|
||||
R-spatstat.utils
|
||||
@@ -929,6 +935,7 @@ R-tidyverse
|
||||
R-tikzDevice
|
||||
R-timeDate
|
||||
R-timeSeries
|
||||
R-timechange
|
||||
R-tinytex
|
||||
R-tis
|
||||
R-tm
|
||||
@@ -1032,6 +1039,7 @@ WireGuard
|
||||
XStatic-term.js
|
||||
Z3
|
||||
abireport
|
||||
accel-config
|
||||
accountsservice
|
||||
acl
|
||||
acpica-unix2
|
||||
@@ -1084,9 +1092,7 @@ aspell-pt_BR
|
||||
assimp
|
||||
asunder
|
||||
at
|
||||
at-spi2-atk
|
||||
at-spi2-core
|
||||
atk
|
||||
atkmm
|
||||
attica
|
||||
attr
|
||||
@@ -1205,7 +1211,6 @@ cgdb
|
||||
cgit
|
||||
check
|
||||
cheese
|
||||
chrome-gnome-shell
|
||||
chrony
|
||||
chrpath
|
||||
cifs-utils
|
||||
@@ -1267,13 +1272,14 @@ colord-gtk
|
||||
colordiff
|
||||
columbiad
|
||||
compat-atkmm-soname16
|
||||
compat-boost-soname1.73.0
|
||||
compat-babeltrace-one
|
||||
compat-boost-soname1.74.0
|
||||
compat-cairomm-soname10
|
||||
compat-curl-gnutls-soname4
|
||||
compat-enchant-soname1
|
||||
compat-fuse-soname2
|
||||
compat-gcc-10
|
||||
compat-gcr-soname1
|
||||
compat-gdal-soname27
|
||||
compat-glibmm-soname24
|
||||
compat-gnome-bluetooth-soname-13
|
||||
@@ -1285,19 +1291,17 @@ compat-libpng-soname12
|
||||
compat-libsigc++-soname20
|
||||
compat-libsoup-soname-24
|
||||
compat-libva-soname1
|
||||
compat-libvpx-soname7
|
||||
compat-lua-52
|
||||
compat-lua-53
|
||||
compat-nettle-soname7
|
||||
compat-openssl-soname11
|
||||
compat-pangomm-soname14
|
||||
compat-poppler-soname117
|
||||
compat-poppler-soname123
|
||||
compat-protobuf-soname29
|
||||
compat-readline-soname5
|
||||
compat-rest-soname07
|
||||
compat-webkitgtk-soname40
|
||||
component
|
||||
compute-image-packages
|
||||
conda
|
||||
configobj
|
||||
confuse
|
||||
conky
|
||||
@@ -1329,11 +1333,11 @@ cups-bjnp
|
||||
cups-filters
|
||||
cups-pk-helper
|
||||
curl
|
||||
curl-mini
|
||||
custom_inherit
|
||||
cycler
|
||||
cyrus-sasl
|
||||
dapl
|
||||
darkflow
|
||||
darktable
|
||||
datefudge
|
||||
dav1d
|
||||
@@ -1364,7 +1368,6 @@ dino
|
||||
directx-headers
|
||||
direwolf
|
||||
dist-pam-configs
|
||||
distro
|
||||
dkms
|
||||
dlm
|
||||
dlt-daemon
|
||||
@@ -1391,6 +1394,7 @@ doxygen
|
||||
dpdk
|
||||
dracut
|
||||
dragon
|
||||
dragonbox
|
||||
drkonqi
|
||||
dropwatch
|
||||
dssi
|
||||
@@ -1406,6 +1410,7 @@ e2fsprogs
|
||||
earlyoom
|
||||
ebtables
|
||||
ed
|
||||
editorconfig-core-c
|
||||
edk2
|
||||
efibootmgr
|
||||
efitools
|
||||
@@ -1481,6 +1486,7 @@ font-util
|
||||
fontconfig
|
||||
fontforge
|
||||
fonttools
|
||||
forkstat
|
||||
fortune-mod
|
||||
fossil
|
||||
frameworkintegration
|
||||
@@ -1521,6 +1527,7 @@ gedit
|
||||
gedit-plugins-gnome
|
||||
geeqie
|
||||
gegl
|
||||
gengetopt
|
||||
geocam-v4l2
|
||||
geoclue
|
||||
geocode-glib
|
||||
@@ -1626,6 +1633,7 @@ gpgme
|
||||
gphoto2
|
||||
gpm
|
||||
gpredict
|
||||
gpsd
|
||||
gptfdisk
|
||||
gramps
|
||||
granatier
|
||||
@@ -1733,6 +1741,7 @@ init-rdahead
|
||||
inkscape
|
||||
innoextract
|
||||
inotify-tools
|
||||
intel-cmt-cat
|
||||
intel-gmmlib
|
||||
intel-hybrid-driver
|
||||
intel-ipsec-mb
|
||||
@@ -1757,6 +1766,7 @@ ipvsadm
|
||||
ipxe
|
||||
irqbalance
|
||||
irrlicht
|
||||
irrlichtmt
|
||||
irssi
|
||||
isa-l
|
||||
iso-codes
|
||||
@@ -1981,6 +1991,7 @@ kturtle
|
||||
kubernetes
|
||||
kubernetes-migration-1.18
|
||||
kunitconversion
|
||||
kuserfeedback
|
||||
kwallet
|
||||
kwallet-pam
|
||||
kwalletmanager
|
||||
@@ -2053,6 +2064,7 @@ libcacard
|
||||
libcanberra
|
||||
libcap
|
||||
libcap-ng
|
||||
libcbor
|
||||
libcddb
|
||||
libcdio
|
||||
libcdr
|
||||
@@ -2060,6 +2072,7 @@ libcerf
|
||||
libcgroup
|
||||
libchamplain
|
||||
libclc
|
||||
libcloudproviders
|
||||
libcmis
|
||||
libcomps
|
||||
libconfig
|
||||
@@ -2093,6 +2106,8 @@ libexttextcat
|
||||
libfakekey
|
||||
libfastjson
|
||||
libffi
|
||||
libfido2
|
||||
libfixmath
|
||||
libfm
|
||||
libfm-qt
|
||||
libfontenc
|
||||
@@ -2105,6 +2120,7 @@ libgee
|
||||
libgeotiff
|
||||
libgit2
|
||||
libgit2-glib
|
||||
libglvnd
|
||||
libgnome-keyring
|
||||
libgnomekbd
|
||||
libgpg-error
|
||||
@@ -2195,6 +2211,7 @@ libpipeline
|
||||
libplacebo
|
||||
libpng
|
||||
libportal
|
||||
libproxy
|
||||
libpsl
|
||||
libpthread-stubs
|
||||
libpwquality
|
||||
@@ -2213,6 +2230,7 @@ libreswan
|
||||
librevenge
|
||||
librsvg
|
||||
librtlsdr
|
||||
librttopo
|
||||
libsamplerate
|
||||
libsass
|
||||
libseccomp
|
||||
@@ -2249,6 +2267,7 @@ libtorrent-rasterbar
|
||||
libtraceevent
|
||||
libtracefs
|
||||
libudev0-shim
|
||||
libunibreak
|
||||
libuninameslist
|
||||
libunistring
|
||||
libunwind
|
||||
@@ -2308,6 +2327,8 @@ linux-lts2018
|
||||
linux-lts2019
|
||||
linux-lts2020
|
||||
linux-lts2021
|
||||
linux-ltscurrent
|
||||
linux-ltsprev
|
||||
linux-mainline
|
||||
linux-oracle
|
||||
linux-preempt-rt
|
||||
@@ -2318,6 +2339,7 @@ llvm
|
||||
llvm11
|
||||
llvm12
|
||||
llvm13
|
||||
llvm14
|
||||
lm-sensors
|
||||
lmdb
|
||||
logrotate
|
||||
@@ -2401,6 +2423,7 @@ metrics-discovery
|
||||
micro-config-drive
|
||||
micro-config-drive-aliyun
|
||||
micro-config-drive-aws
|
||||
micro-config-drive-equinix
|
||||
micro-config-drive-oci
|
||||
milou
|
||||
minetest
|
||||
@@ -2435,6 +2458,7 @@ mosh
|
||||
mosquitto
|
||||
motd-update
|
||||
motif
|
||||
mozjs102
|
||||
mozjs91
|
||||
mpc
|
||||
mpfr
|
||||
@@ -2492,6 +2516,7 @@ nginx-mainline
|
||||
nginx-rtmp-module
|
||||
nginx-upload-module
|
||||
nginx_cookie_flag_module
|
||||
ngspice
|
||||
ngx-fancyindex
|
||||
ngx_brotli
|
||||
ngx_http_auth_pam_module
|
||||
@@ -2550,6 +2575,7 @@ openbox
|
||||
opencl-clang
|
||||
opencl-headers
|
||||
openconnect
|
||||
openct
|
||||
opencv
|
||||
openexr
|
||||
openjade
|
||||
@@ -2559,6 +2585,7 @@ openjdk13
|
||||
openjpeg
|
||||
openldap
|
||||
openmpi
|
||||
openpace
|
||||
openscad
|
||||
openshot-qt
|
||||
opensm
|
||||
@@ -2597,7 +2624,6 @@ pass
|
||||
patch
|
||||
patchelf
|
||||
patchutils
|
||||
pathlib2
|
||||
pathos
|
||||
pavucontrol
|
||||
pbzip2
|
||||
@@ -2609,6 +2635,7 @@ pcre
|
||||
pcre2
|
||||
pcs
|
||||
pcsc-lite
|
||||
pcsc-tools
|
||||
pdns
|
||||
pdns-recursor
|
||||
pdsh
|
||||
@@ -2622,6 +2649,7 @@ perl-Algorithm-Diff-XS
|
||||
perl-Algorithm-Merge
|
||||
perl-Algorithm-Munkres
|
||||
perl-Alien-Build
|
||||
perl-Alien-Build-Plugin-Download-GitLab
|
||||
perl-Alien-Libxml2
|
||||
perl-Alien-m4
|
||||
perl-AnyEvent
|
||||
@@ -2687,6 +2715,7 @@ perl-Carp-Always
|
||||
perl-Carp-Assert
|
||||
perl-Carp-Assert-More
|
||||
perl-Carp-Clan
|
||||
perl-Chipcard-PCSC
|
||||
perl-Class-Accessor
|
||||
perl-Class-Accessor-Chained
|
||||
perl-Class-Accessor-Grouped
|
||||
@@ -2797,6 +2826,7 @@ perl-DateTime-Format-Natural
|
||||
perl-DateTime-Format-Pg
|
||||
perl-DateTime-Format-Strptime
|
||||
perl-DateTime-Format-W3CDTF
|
||||
perl-DateTime-HiRes
|
||||
perl-DateTime-Locale
|
||||
perl-DateTime-TimeZone
|
||||
perl-Debug-ShowStuff
|
||||
@@ -2854,6 +2884,7 @@ perl-Exporter-Easy
|
||||
perl-Exporter-Lite
|
||||
perl-Exporter-Tidy
|
||||
perl-Exporter-Tiny
|
||||
perl-ExtUtils-CChecker
|
||||
perl-ExtUtils-Config
|
||||
perl-ExtUtils-Depends
|
||||
perl-ExtUtils-Helpers
|
||||
@@ -3250,6 +3281,7 @@ perl-Sub-Quote
|
||||
perl-Sub-Uplevel
|
||||
perl-Switch
|
||||
perl-Symbol-Global-Name
|
||||
perl-Syntax-Keyword-Try
|
||||
perl-Sys-Hostname-Long
|
||||
perl-Sys-MemInfo
|
||||
perl-Sys-Mmap
|
||||
@@ -3297,6 +3329,7 @@ perl-Test-MemoryGrowth
|
||||
perl-Test-Metrics-Any
|
||||
perl-Test-MockModule
|
||||
perl-Test-MockTime
|
||||
perl-Test-MockTime-HiRes
|
||||
perl-Test-More-UTF8
|
||||
perl-Test-Most
|
||||
perl-Test-Needs
|
||||
@@ -3411,6 +3444,7 @@ perl-XML-Twig
|
||||
perl-XML-Writer
|
||||
perl-XML-XPath
|
||||
perl-XML-XPathEngine
|
||||
perl-XS-Parse-Keyword
|
||||
perl-XString
|
||||
perl-YAML
|
||||
perl-YAML-LibYAML
|
||||
@@ -3552,10 +3586,6 @@ portmidi
|
||||
postfix
|
||||
postgis
|
||||
postgresql
|
||||
postgresql11
|
||||
postgresql12
|
||||
postgresql13
|
||||
postgresql9
|
||||
potrace
|
||||
powerdevil
|
||||
powerline-fonts
|
||||
@@ -3605,7 +3635,10 @@ pypi-aiosignal
|
||||
pypi-aiosmtpd
|
||||
pypi-alabaster
|
||||
pypi-altgraph
|
||||
pypi-amqp
|
||||
pypi-aniso8601
|
||||
pypi-ansi2html
|
||||
pypi-ansible_builder
|
||||
pypi-ansible_compat
|
||||
pypi-ansible_pygments
|
||||
pypi-anyio
|
||||
@@ -3618,6 +3651,7 @@ pypi-argh
|
||||
pypi-argon2_cffi
|
||||
pypi-argon2_cffi_bindings
|
||||
pypi-argparse
|
||||
pypi-argparse_manpage
|
||||
pypi-arrow
|
||||
pypi-asgiref
|
||||
pypi-asn1crypto
|
||||
@@ -3650,18 +3684,15 @@ pypi-azure_mgmt_storage
|
||||
pypi-babel
|
||||
pypi-backcall
|
||||
pypi-backoff
|
||||
pypi-backports.cached_property
|
||||
pypi-backports.entry_points_selectable
|
||||
pypi-backports.functools_lru_cache
|
||||
pypi-backports.shutil_get_terminal_size
|
||||
pypi-backports.ssl_match_hostname
|
||||
pypi-backports.weakref
|
||||
pypi-bash_kernel
|
||||
pypi-bashlex
|
||||
pypi-bcrypt
|
||||
pypi-beautifulsoup4
|
||||
pypi-beniget
|
||||
pypi-binaryornot
|
||||
pypi-bindep
|
||||
pypi-bitmath
|
||||
pypi-bkcharts
|
||||
pypi-black
|
||||
pypi-bleach
|
||||
@@ -3674,6 +3705,7 @@ pypi-booleanoperations
|
||||
pypi-boto
|
||||
pypi-bowler
|
||||
pypi-bracex
|
||||
pypi-branca
|
||||
pypi-brotli
|
||||
pypi-brotlicffi
|
||||
pypi-brotlipy
|
||||
@@ -3683,10 +3715,13 @@ pypi-bumpversion
|
||||
pypi-cachecontrol
|
||||
pypi-cached_property
|
||||
pypi-cachetools
|
||||
pypi-cachez
|
||||
pypi-cachy
|
||||
pypi-cairocffi
|
||||
pypi-cairosvg
|
||||
pypi-calver
|
||||
pypi-capturer
|
||||
pypi-cattrs
|
||||
pypi-cchardet
|
||||
pypi-cerberus
|
||||
pypi-certbot
|
||||
pypi-certbot_dns_google
|
||||
@@ -3697,6 +3732,7 @@ pypi-cfgv
|
||||
pypi-chaospy
|
||||
pypi-chardet
|
||||
pypi-charset_normalizer
|
||||
pypi-check_jsonschema
|
||||
pypi-check_manifest
|
||||
pypi-cheetah3
|
||||
pypi-cheroot
|
||||
@@ -3710,6 +3746,7 @@ pypi-click_completion
|
||||
pypi-click_help_colors
|
||||
pypi-click_log
|
||||
pypi-clikit
|
||||
pypi-cloudevents
|
||||
pypi-cloudflare
|
||||
pypi-cmarkgfm
|
||||
pypi-cmd2
|
||||
@@ -3717,6 +3754,7 @@ pypi-codecov
|
||||
pypi-colorama
|
||||
pypi-colorlog
|
||||
pypi-columnize
|
||||
pypi-comm
|
||||
pypi-commonmark
|
||||
pypi-complete
|
||||
pypi-compreffor
|
||||
@@ -3726,8 +3764,8 @@ pypi-cons
|
||||
pypi-constantly
|
||||
pypi-contextlib2
|
||||
pypi-contextvars
|
||||
pypi-contourpy
|
||||
pypi-cookiecutter
|
||||
pypi-cookies
|
||||
pypi-coverage
|
||||
pypi-coveralls
|
||||
pypi-cppy
|
||||
@@ -3737,9 +3775,11 @@ pypi-cryptography
|
||||
pypi-cryptography_vectors
|
||||
pypi-cs
|
||||
pypi-cssselect
|
||||
pypi-cssselect2
|
||||
pypi-cu2qu
|
||||
pypi-curio
|
||||
pypi-cve_bin_tool
|
||||
pypi-cvss
|
||||
pypi-cxxfilt
|
||||
pypi-cython
|
||||
pypi-cytoolz
|
||||
@@ -3749,6 +3789,7 @@ pypi-dataclasses
|
||||
pypi-datetime
|
||||
pypi-debugpy
|
||||
pypi-decorator
|
||||
pypi-deepmerge
|
||||
pypi-deprecated
|
||||
pypi-deprecation
|
||||
pypi-diff_cover
|
||||
@@ -3757,9 +3798,11 @@ pypi-diffoscope
|
||||
pypi-dill
|
||||
pypi-diskcache
|
||||
pypi-distlib
|
||||
pypi-distro
|
||||
pypi-dj_database_url
|
||||
pypi-django
|
||||
pypi-django_appconf
|
||||
pypi-django_babel
|
||||
pypi-django_compressor
|
||||
pypi-django_discover_runner
|
||||
pypi-django_nose
|
||||
@@ -3771,6 +3814,7 @@ pypi-docker_compose
|
||||
pypi-docker_pycreds
|
||||
pypi-docopt
|
||||
pypi-docstring_parser
|
||||
pypi-docstring_to_markdown
|
||||
pypi-docutils
|
||||
pypi-dpcontracts
|
||||
pypi-dulwich
|
||||
@@ -3784,6 +3828,7 @@ pypi-eternalegypt
|
||||
pypi-etils
|
||||
pypi-etuples
|
||||
pypi-evdev
|
||||
pypi-eventlet
|
||||
pypi-exceptiongroup
|
||||
pypi-exdir
|
||||
pypi-execnet
|
||||
@@ -3809,6 +3854,7 @@ pypi-flatten_json
|
||||
pypi-flit
|
||||
pypi-flit_core
|
||||
pypi-flit_scm
|
||||
pypi-folium
|
||||
pypi-fontmath
|
||||
pypi-freezegun
|
||||
pypi-frozenlist
|
||||
@@ -3818,12 +3864,12 @@ pypi-funcparserlib
|
||||
pypi-future
|
||||
pypi-gast
|
||||
pypi-gcs_oauth2_boto_plugin
|
||||
pypi-gensim
|
||||
pypi-gevent
|
||||
pypi-geventhttpclient
|
||||
pypi-ghp_import
|
||||
pypi-gitdb
|
||||
pypi-gitpython
|
||||
pypi-glfw
|
||||
pypi-gmqtt
|
||||
pypi-google_api_core
|
||||
pypi-google_api_python_client
|
||||
@@ -3831,13 +3877,20 @@ pypi-google_apitools
|
||||
pypi-google_auth
|
||||
pypi-google_auth_httplib2
|
||||
pypi-google_auth_oauthlib
|
||||
pypi-google_cloud_core
|
||||
pypi-google_cloud_secret_manager
|
||||
pypi-google_cloud_storage
|
||||
pypi-google_crc32c
|
||||
pypi-google_pasta
|
||||
pypi-google_reauth
|
||||
pypi-google_resumable_media
|
||||
pypi-googleapis_common_protos
|
||||
pypi-gql
|
||||
pypi-graphql_core
|
||||
pypi-graphviz
|
||||
pypi-greenlet
|
||||
pypi-griffe
|
||||
pypi-grpc_google_iam_v1
|
||||
pypi-grpcio
|
||||
pypi-grpcio_channelz
|
||||
pypi-grpcio_health_checking
|
||||
@@ -3851,12 +3904,15 @@ pypi-h2
|
||||
pypi-h5py
|
||||
pypi-hammock
|
||||
pypi-hatch_fancy_pypi_readme
|
||||
pypi-hatch_nodejs_version
|
||||
pypi-hatch_requirements_txt
|
||||
pypi-hatch_vcs
|
||||
pypi-hatchling
|
||||
pypi-heapdict
|
||||
pypi-hkp4py
|
||||
pypi-home_assistant_frontend
|
||||
pypi-hpack
|
||||
pypi-hsluv
|
||||
pypi-html5lib
|
||||
pypi-httpcore
|
||||
pypi-httplib2
|
||||
@@ -3885,7 +3941,7 @@ pypi-inflect
|
||||
pypi-inflection
|
||||
pypi-influxdb
|
||||
pypi-iniconfig
|
||||
pypi-inspursmsdk
|
||||
pypi-installer
|
||||
pypi-intervaltree
|
||||
pypi-invoke
|
||||
pypi-iocapture
|
||||
@@ -3932,10 +3988,12 @@ pypi-jupyter_cache
|
||||
pypi-jupyter_client
|
||||
pypi-jupyter_console
|
||||
pypi-jupyter_core
|
||||
pypi-jupyter_events
|
||||
pypi-jupyter_nbgallery
|
||||
pypi-jupyter_packaging
|
||||
pypi-jupyter_server
|
||||
pypi-jupyter_server_mathjax
|
||||
pypi-jupyter_server_terminals
|
||||
pypi-jupyter_sphinx
|
||||
pypi-jupyterlab
|
||||
pypi-jupyterlab_launcher
|
||||
@@ -3954,9 +4012,11 @@ pypi-kubernetes
|
||||
pypi-langcodes
|
||||
pypi-lark_parser
|
||||
pypi-latexcodec
|
||||
pypi-lazy_loader
|
||||
pypi-lazy_object_proxy
|
||||
pypi-ldap3
|
||||
pypi-libarchive_c
|
||||
pypi-libevdev
|
||||
pypi-linkify_it_py
|
||||
pypi-livereload
|
||||
pypi-llfuse
|
||||
@@ -3976,10 +4036,16 @@ pypi-matplotlib_inline
|
||||
pypi-mdit_py_plugins
|
||||
pypi-mdurl
|
||||
pypi-mergedeep
|
||||
pypi-meson_python
|
||||
pypi-mido
|
||||
pypi-minikanren
|
||||
pypi-mistune
|
||||
pypi-mkdocs
|
||||
pypi-mkdocs_autorefs
|
||||
pypi-mkdocs_exclude
|
||||
pypi-mkdocs_material_extensions
|
||||
pypi-mkdocstrings
|
||||
pypi-mkdocstrings_python
|
||||
pypi-mock
|
||||
pypi-modulegraph
|
||||
pypi-molecule
|
||||
@@ -4003,7 +4069,6 @@ pypi-natsort
|
||||
pypi-nbclassic
|
||||
pypi-nbclient
|
||||
pypi-nbconvert
|
||||
pypi-nbdime
|
||||
pypi-nbformat
|
||||
pypi-nbsphinx
|
||||
pypi-nbval
|
||||
@@ -4034,6 +4099,7 @@ pypi-onnx
|
||||
pypi-opcodes
|
||||
pypi-openshift
|
||||
pypi-opt_einsum
|
||||
pypi-ordered_set
|
||||
pypi-ouimeaux
|
||||
pypi-outcome
|
||||
pypi-ovirt_imageio
|
||||
@@ -4044,11 +4110,13 @@ pypi-paramiko
|
||||
pypi-parse
|
||||
pypi-parse_type
|
||||
pypi-parsedatetime
|
||||
pypi-parsley
|
||||
pypi-parso
|
||||
pypi-partd
|
||||
pypi-paste
|
||||
pypi-pastedeploy
|
||||
pypi-pastel
|
||||
pypi-pathlib2
|
||||
pypi-pathspec
|
||||
pypi-pathtools
|
||||
pypi-patsy
|
||||
@@ -4060,16 +4128,20 @@ pypi-pep517
|
||||
pypi-pep621
|
||||
pypi-pep8
|
||||
pypi-perl
|
||||
pypi-persist_queue
|
||||
pypi-persistent
|
||||
pypi-pexpect
|
||||
pypi-phabricator
|
||||
pypi-pickleshare
|
||||
pypi-picobox
|
||||
pypi-pid
|
||||
pypi-pillow
|
||||
pypi-pint
|
||||
pypi-pip
|
||||
pypi-pip_tools
|
||||
pypi-pkgconfig
|
||||
pypi-pkginfo
|
||||
pypi-pkgutil_resolve_name
|
||||
pypi-platformdirs
|
||||
pypi-plotly
|
||||
pypi-pluggy
|
||||
@@ -4091,6 +4163,7 @@ pypi-progress
|
||||
pypi-progressbar
|
||||
pypi-prometheus_client
|
||||
pypi-prompt_toolkit
|
||||
pypi-proto_plus
|
||||
pypi-psautohint
|
||||
pypi-psutil
|
||||
pypi-psycopg2
|
||||
@@ -4144,11 +4217,15 @@ pypi-pyopenssl
|
||||
pypi-pyparsing
|
||||
pypi-pyperclip
|
||||
pypi-pyperf
|
||||
pypi-pypowerflex
|
||||
pypi-pyproject_api
|
||||
pypi-pyproject_hooks
|
||||
pypi-pyproject_metadata
|
||||
pypi-pyprojectx
|
||||
pypi-pypsrp
|
||||
pypi-pyqrcode
|
||||
pypi-pyqt6_sip
|
||||
pypi-pyqt_builder
|
||||
pypi-pyquery
|
||||
pypi-pyreadline
|
||||
pypi-pyrfc3339
|
||||
@@ -4163,6 +4240,7 @@ pypi-pyroute2.ndb
|
||||
pypi-pyroute2.nftables
|
||||
pypi-pyroute2.nslink
|
||||
pypi-pyrsistent
|
||||
pypi-pysaml2
|
||||
pypi-pyscss
|
||||
pypi-pyserial
|
||||
pypi-pysnow
|
||||
@@ -4188,6 +4266,7 @@ pypi-python_dbusmock
|
||||
pypi-python_debian
|
||||
pypi-python_dotenv
|
||||
pypi-python_install
|
||||
pypi-python_json_logger
|
||||
pypi-python_jsonrpc_server
|
||||
pypi-python_language_server
|
||||
pypi-python_levenshtein
|
||||
@@ -4216,6 +4295,8 @@ pypi-pyzmq
|
||||
pypi-qtawesome
|
||||
pypi-qtconsole
|
||||
pypi-qtpy
|
||||
pypi-rapidfuzz
|
||||
pypi-rapidfuzz_capi
|
||||
pypi-rcssmin
|
||||
pypi-readme_renderer
|
||||
pypi-recommonmark
|
||||
@@ -4231,13 +4312,17 @@ pypi-requests_mock
|
||||
pypi-requests_oauthlib
|
||||
pypi-requests_toolbelt
|
||||
pypi-requests_unixsocket
|
||||
pypi-requirements_parser
|
||||
pypi-resolvelib
|
||||
pypi-responses
|
||||
pypi-restructuredtext_lint
|
||||
pypi-retry
|
||||
pypi-retry_decorator
|
||||
pypi-retryz
|
||||
pypi-retype
|
||||
pypi-rfc3339_validator
|
||||
pypi-rfc3986
|
||||
pypi-rfc3986_validator
|
||||
pypi-rfc3987
|
||||
pypi-rich
|
||||
pypi-rjsmin
|
||||
@@ -4255,7 +4340,9 @@ pypi-salib
|
||||
pypi-sanic_routing
|
||||
pypi-scikit_build
|
||||
pypi-scikit_image
|
||||
pypi-scikit_learn
|
||||
pypi-scp
|
||||
pypi-scrypt
|
||||
pypi-seaborn
|
||||
pypi-secretstorage
|
||||
pypi-selectors2
|
||||
@@ -4271,6 +4358,7 @@ pypi-serpent
|
||||
pypi-setproctitle
|
||||
pypi-setuptools
|
||||
pypi-setuptools_git_ls_files
|
||||
pypi-setuptools_git_versioning
|
||||
pypi-setuptools_rust
|
||||
pypi-setuptools_scm
|
||||
pypi-setuptools_scm_git_archive
|
||||
@@ -4279,6 +4367,7 @@ pypi-shapely
|
||||
pypi-shellingham
|
||||
pypi-simplegeneric
|
||||
pypi-six
|
||||
pypi-slugify
|
||||
pypi-smart_open
|
||||
pypi-smartypants
|
||||
pypi-smmap
|
||||
@@ -4296,10 +4385,12 @@ pypi-sphinx_feature_classification
|
||||
pypi-sphinx_gallery
|
||||
pypi-sphinx_issues
|
||||
pypi-sphinx_last_updated_by_git
|
||||
pypi-sphinx_mdinclude
|
||||
pypi-sphinx_notfound_page
|
||||
pypi-sphinx_rtd_theme
|
||||
pypi-sphinx_theme_builder
|
||||
pypi-sphinx_togglebutton
|
||||
pypi-sphinxcontrib.jquery
|
||||
pypi-sphinxcontrib_apidoc
|
||||
pypi-sphinxcontrib_applehelp
|
||||
pypi-sphinxcontrib_bibtex
|
||||
@@ -4327,6 +4418,7 @@ pypi-sqlparse
|
||||
pypi-sshtunnel
|
||||
pypi-stack_data
|
||||
pypi-statsmodels
|
||||
pypi-storops
|
||||
pypi-subprocess_tee
|
||||
pypi-sure
|
||||
pypi-svg.path
|
||||
@@ -4344,7 +4436,6 @@ pypi-text_unidecode
|
||||
pypi-textdistance
|
||||
pypi-textfsm
|
||||
pypi-texttable
|
||||
pypi-theano
|
||||
pypi-threadpoolctl
|
||||
pypi-three_merge
|
||||
pypi-tifffile
|
||||
@@ -4364,6 +4455,7 @@ pypi-trampolim
|
||||
pypi-trimesh
|
||||
pypi-trio
|
||||
pypi-trio_websocket
|
||||
pypi-trove_classifiers
|
||||
pypi-ttp
|
||||
pypi-twine
|
||||
pypi-typed_ast
|
||||
@@ -4371,9 +4463,11 @@ pypi-typeguard
|
||||
pypi-types_colorama
|
||||
pypi-types_cryptography
|
||||
pypi-types_dataclasses
|
||||
pypi-types_docutils
|
||||
pypi-types_enum34
|
||||
pypi-types_ipaddress
|
||||
pypi-types_mock
|
||||
pypi-types_psutil
|
||||
pypi-types_pyopenssl
|
||||
pypi-types_pyrfc3339
|
||||
pypi-types_python_dateutil
|
||||
@@ -4383,13 +4477,14 @@ pypi-types_requests
|
||||
pypi-types_setuptools
|
||||
pypi-types_six
|
||||
pypi-types_termcolor
|
||||
pypi-types_toml
|
||||
pypi-types_typed_ast
|
||||
pypi-types_urllib3
|
||||
pypi-typing_extensions
|
||||
pypi-typogrify
|
||||
pypi-tzdata
|
||||
pypi-tzlocal
|
||||
pypi-ua_parser
|
||||
pypi-uamqp
|
||||
pypi-uc_micro_py
|
||||
pypi-ufolib2
|
||||
pypi-uharfbuzz
|
||||
@@ -4404,12 +4499,14 @@ pypi-urwid
|
||||
pypi-user_agents
|
||||
pypi-userpath
|
||||
pypi-uvloop
|
||||
pypi-vine
|
||||
pypi-virtualenv
|
||||
pypi-volatile
|
||||
pypi-voluptuous
|
||||
pypi-voluptuous_serialize
|
||||
pypi-vsts_cd_manager
|
||||
pypi-waitress
|
||||
pypi-warlock
|
||||
pypi-watchdog
|
||||
pypi-wcwidth
|
||||
pypi-webcolors
|
||||
@@ -4433,7 +4530,20 @@ pypi-xmlschema
|
||||
pypi-xmltodict
|
||||
pypi-xpra
|
||||
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-xyzservices
|
||||
pypi-yamllint
|
||||
pypi-yamlloader
|
||||
pypi-yapf
|
||||
pypi-yarg
|
||||
@@ -4478,6 +4588,7 @@ python-utils
|
||||
python-zeep
|
||||
python-zstandard
|
||||
python3
|
||||
pytorch
|
||||
pyudev
|
||||
qalculate-gtk
|
||||
qatlib
|
||||
@@ -4555,7 +4666,6 @@ redis2-nginx-module
|
||||
redland
|
||||
redshift
|
||||
redsocks
|
||||
renderdoc
|
||||
requests-ntlm
|
||||
rest
|
||||
restic
|
||||
@@ -4593,7 +4703,6 @@ sbc
|
||||
sbsigntools
|
||||
scdoc
|
||||
scene-alembic
|
||||
scikit-learn
|
||||
scipy
|
||||
scons
|
||||
scour
|
||||
@@ -4627,9 +4736,11 @@ slirp4netns
|
||||
slurm
|
||||
smartcols
|
||||
smartmontools
|
||||
smemstat
|
||||
snappy
|
||||
socat
|
||||
sof-bin
|
||||
softflowd
|
||||
solid
|
||||
sonnet
|
||||
sos
|
||||
@@ -4651,6 +4762,7 @@ squashfs-tools
|
||||
squid
|
||||
sshfs
|
||||
sshpass
|
||||
sshuttle
|
||||
ssocr
|
||||
sssd
|
||||
ssw
|
||||
@@ -4768,13 +4880,12 @@ usb-modeswitch-data
|
||||
usbredir
|
||||
usbutils
|
||||
user-manager
|
||||
usermode
|
||||
userspace-rcu
|
||||
usrbinjava
|
||||
usrbinpython
|
||||
usrbinvi
|
||||
utf8cpp
|
||||
utf8proc
|
||||
utfcpp
|
||||
util-linux
|
||||
util-macros
|
||||
uwsgi
|
||||
@@ -4804,6 +4915,7 @@ wayland
|
||||
wayland-protocols
|
||||
wcslib
|
||||
webkitgtk
|
||||
webkitgtk50
|
||||
weechat
|
||||
weston
|
||||
wget
|
||||
|
||||
Reference in New Issue
Block a user