Compare commits

..

30 Commits

Author SHA1 Message Date
Arjan van de Ven ed1ef58d9a update packages 2024-04-17 01:23:14 +00:00
Arjan van de Ven 497f2a66f4 update packages 2024-03-15 20:03:14 +00:00
William Douglas 3b8d3c66ea Remove echo on koji tag/untag
Signed-off-by: William Douglas <william.douglas@intel.com>
2024-03-12 15:34:16 -07:00
William Douglas 373cbad44c Add koji-tag and koji-untag targets
Add koji-tag and koji-untag targets that can be used to tag and untag
dist-clear on the current nvr build of the package in koji.

Signed-off-by: William Douglas <william.douglas@intel.com>
2024-03-12 15:31:04 -07:00
clrbuilder 0fcc984675 Update packages file for version 40810
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-07 10:37:45 -08:00
clrbuilder 78023bd74a Update packages file for version 40800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-06 13:47:20 -08:00
clrbuilder d2b5b72346 Update packages file for version 40770
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-06 00:07:38 -08:00
clrbuilder 4953d9e087 Update packages file for version 40760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-02 00:19:19 -08:00
clrbuilder ee37765ed2 Update packages file for version 40750
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-02-01 00:07:47 -08:00
clrbuilder 492abf6d32 Update packages file for version 40740
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-30 19:12:45 -08:00
clrbuilder 2562a8c7fb Update packages file for version 40720
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-30 00:07:47 -08:00
clrbuilder 5fd02ece36 Update packages file for version 40700
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-23 00:07:31 -08:00
clrbuilder 039e63fb1e Update packages file for version 40690
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-18 00:08:20 -08:00
clrbuilder dcf8bc4978 Update packages file for version 40660
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-14 09:22:12 -08:00
clrbuilder 3951710117 Update packages file for version 40630
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-09 00:07:14 -08:00
clrbuilder 504d77bc58 Update packages file for version 40590
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2024-01-02 00:07:06 -08:00
clrbuilder d3514ae496 Update packages file for version 40540
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-21 22:33:32 -08:00
clrbuilder 4403e9280a Update packages file for version 40500
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-19 06:25:34 -08:00
clrbuilder 0aed61be35 Update packages file for version 40460
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-12 00:09:31 -08:00
clrbuilder cdda6bcece Update packages file for version 40440
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-05 00:07:28 -08:00
clrbuilder 61203724ab Update packages file for version 40430
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-12-01 11:56:03 -08:00
clrbuilder 3dfbdf4c58 Update packages file for version 40420
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-30 00:06:04 -08:00
clrbuilder e0e5b4b1a7 Update packages file for version 40410
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-28 05:38:34 -08:00
clrbuilder b95dd8c67f Update packages file for version 40370
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-21 00:06:56 -08:00
Brett T. Warden 8ed4d2d0de Fix regex escaping in vendor.py
Address this warning from Python:
SyntaxWarning: invalid escape sequence '\-'
2023-11-20 12:58:01 -08:00
clrbuilder 023a2da624 Update packages file for version 40360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-16 00:06:50 -08:00
clrbuilder cdd4aeebe2 Update packages file for version 40340
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-14 00:07:06 -08:00
clrbuilder ee744332e0 Update packages file for version 40310
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-03 09:03:52 -07:00
clrbuilder 353042a9bd Update packages file for version 40290
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-11-01 11:20:28 -07:00
clrbuilder 1a0366ab21 Update packages file for version 40260
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2023-10-30 12:23:45 -07:00
3 changed files with 129 additions and 55 deletions
+11
View File
@@ -391,6 +391,17 @@ koji-waitrepo: kojidef
koji wait-repo --build=${SRPMVERS} ${WAIT_OPTS} ${KOJI_TAG}-build; \
fi
.PHONY: koji-tag
#help koji-tag: runs koji tag-pkg on what's in the current specfile's nvr
koji-tag:
koji tag-pkg dist-clear $(SRPMVERS)
.PHONY: koji-untag
#help koji-untag: runs koji untag-pkg on what's in the current specfile's nvr
koji-untag:
koji untag-pkg dist-clear $(SRPMVERS)
update-versions:
.PHONY: update
+116 -53
View File
@@ -10,6 +10,7 @@ DML
Endeavour
F-Engrave
FreeRDP
FreeRDP2
GConf
Gradio
ImageMagick
@@ -42,6 +43,7 @@ OpenSP
PDAL
PyMySQL
PyQt5
PyQt6
PySocks
PyYAML
QAT-ZSTD-Plugin
@@ -228,6 +230,7 @@ R-bench
R-benchr
R-betareg
R-bibtex
R-bigD
R-biglm
R-binGroup
R-bindr
@@ -247,6 +250,7 @@ R-bridgesampling
R-brio
R-brms
R-broom
R-broom.helpers
R-broom.mixed
R-bslib
R-bvls
@@ -459,6 +463,7 @@ R-ggplot2
R-ggplot2movies
R-ggrepel
R-ggridges
R-ggstats
R-ggvis
R-gh
R-git2r
@@ -639,6 +644,7 @@ R-mvnfast
R-mvnormtest
R-mvoutlier
R-mvtnorm
R-nanoarrow
R-natserv
R-ncbit
R-ncdf4
@@ -910,6 +916,7 @@ R-statmod
R-statnet.common
R-stringdist
R-stringi
R-stringmagic
R-stringr
R-strucchange
R-styler
@@ -1040,6 +1047,7 @@ SuiteSparse
TLP
Thunar
UCD
UxPlay
VTK
Vc
Vulkan-Headers
@@ -1093,8 +1101,8 @@ ark
armadillo
arp-scan
arpack-ng
artikulate
asciidoc
asciidoctor
asciinema
asio
aspell
@@ -1148,6 +1156,7 @@ bind-utils
binutils
binwalk
bison
blender
blinken
blivet-gui
blktrace
@@ -1209,11 +1218,11 @@ calendarsupport
can-utils
cantarell-fonts
cantata
cantor
capnproto
capslock
capstone
casync
catch2
ccache
ccid
cdparanoia
@@ -1254,6 +1263,7 @@ clr-installer
clr-man-pages
clr-network-troubleshooter
clr-one-shot-updates
clr-optimized-link-scripts
clr-power-tweaks
clr-python-timestamp
clr-pyversion-strip
@@ -1284,8 +1294,10 @@ collectl
colm
colord
colord-gtk
colord-kde
colordiff
columbiad
compat-Botan-soname2
compat-atkmm-soname16
compat-babeltrace-one
compat-cairomm-soname10
@@ -1300,17 +1312,23 @@ compat-gnome-bluetooth-soname-13
compat-gtksourceview-soname3
compat-json-c-soname4
compat-libffi-soname6
compat-libffi-soname7
compat-libpng-soname12
compat-libsigc++-soname20
compat-libsoup-soname-24
compat-libva-soname1
compat-libvpx-soname7
compat-libvpx-soname8
compat-pangomm-soname14
compat-protobuf-soname29
compat-re2-soname10
compat-readline-soname5
compat-taglib-soname1
compat-tbb-soname2
compat-tiff-soname5
compat-wlroots-soname11
component
compose
configobj
confuse
conky
@@ -1377,6 +1395,7 @@ directx-headers
direwolf
dist-pam-configs
dkms
dlib
dlt-daemon
dmap2gcode
dmenu
@@ -1399,20 +1418,22 @@ dotconf
double-conversion
dovecot
doxygen
dpcpp-compiler
dpdk
draco
dracut
dragon
dragonbox
drkonqi
dropwatch
dssi
dstat
dtc
duktape
dunst
duperemove
dvisvgm
dwarves
dymo-cups-drivers
dyskctl
e2fsprogs
earlyoom
@@ -1439,6 +1460,7 @@ eog
eog-plugins
epm
epson-inkjet-printer-escpr
epsonscan2
ethtool
etr
eventviews
@@ -1448,7 +1470,7 @@ evolution-data-server
evolution-ews
evtest
exempi
exfat-utils
exfatprogs
exiv2
exo
expat
@@ -1462,9 +1484,11 @@ fann
farstream
faultstat
fcgi
fdk-aac
fdupes
feh
fetchmail
ffmpegthumbs
fftw
file
file-roller
@@ -1478,6 +1502,7 @@ fish
flac
flare-engine
flare-game
flatpack-kcm
flatpak
flatpak-builder
fldigi
@@ -1519,6 +1544,7 @@ gc
gcab
gcc
gcc11
gcc14
gcc7
gcc8
gcc9
@@ -1555,6 +1581,7 @@ gimp
girara
git
git-gui
git-lfs
gitg
gitolite
gjs
@@ -1682,6 +1709,7 @@ gtk3
gtk4
gtkmm2
gtkmm3
gtkmm4
gtksourceview
gtksourceview4
gtkspell3
@@ -1690,7 +1718,6 @@ guile
gutenprint
gvfs
gvim
gwenview
gzip
hamlib
haproxy
@@ -1707,6 +1734,7 @@ hexedit
hicolor-icon-theme
hiredis-c
hostname
howdy
hplip
htop
htslib
@@ -1750,6 +1778,7 @@ inkscape
innoextract
inotify-tools
input-leap
input-remapper
intel-cmt-cat
intel-gmmlib
intel-hybrid-driver
@@ -1800,23 +1829,22 @@ json-glib
jsoncpp
juk
kaccounts-integration
kactivities
kactivities-stats
kactivitymanagerd
kalarm
kalgebra
kamera
kanagram
kapidox
kapman
kapptemplate
karchive
kate
katomic
kauth
kbackup
kbd
kblackbox
kblocks
kblog
kbookmarks
kbounce
kbreakout
@@ -1830,6 +1858,7 @@ kcmutils
kcodecs
kcolorchooser
kcolorpicker
kcolorscheme
kcompletion
kconfig
kconfigwidgets
@@ -1851,27 +1880,24 @@ kded
kdeedu-data
kdegraphics-mobipocket
kdegraphics-thumbnailers
kdelibs4support
kdenetwork-filesharing
kdenlive
kdepim-runtime
kdeplasma-addons
kdesdk-kioslaves
kdesdk-kio
kdesdk-thumbnailers
kdesignerplugin
kdesu
kdf
kdiagram
kdialog
kdiamond
kdiff3
kdnssd
kdoctools
kdsoap
kdsoap-ws-discovery-client
keditbookmarks
keepalived
keepassxc
kemoticons
kernel-config
kernel-install
kexec-tools
@@ -1879,24 +1905,24 @@ keychain
keyutils
kfilemetadata
kfind
kfloppy
kfourinline
kgamma5
kgamma
kgeography
kget
kglobalaccel
kglobalacceld
kgoldrunner
kgpg
kguiaddons
khangman
khelpcenter
kholidays
khotkeys
khtml
ki18n
kicad
kicad-packages3D
kiconthemes
kidentitymanagement
kidletime
kig
kigo
killbots
kimageannotator
@@ -1904,18 +1930,21 @@ kimageformats
kimagemapeditor
kimap
kinfocenter
kinit
kio
kio-admin
kio-extras
kio-zeroconf
kirigami
kirigami-addons
kirigami-gallery
kirigami2
kiriki
kitemmodels
kitemviews
kiten
kitinerary
kjobwidgets
kjs
kjsembed
kjumpingcube
kldap
kleopatra
@@ -1928,7 +1957,6 @@ kmail
kmail-account-wizard
kmailtransport
kmbox
kmediaplayer
kmenuedit
kmime
kmines
@@ -1940,6 +1968,7 @@ knack
knavalbattle
knetwalk
knewstuff
knights
knotes
knotifications
knotifyconfig
@@ -1947,6 +1976,7 @@ koji
kolf
kollision
kolourpaint
kompare
konqueror
konquest
konsole
@@ -1967,10 +1997,8 @@ krb5
krdc
kreversi
kronosnet
kross
kruler
krunner
krusader
ksanecore
kscreen
kscreenlocker
@@ -1983,18 +2011,18 @@ ksnakeduel
kspaceduel
ksquares
ksshaskpass
kstars
kstatusnotifieritem
ksudoku
ksysguard
ksvg
ksystemlog
ksystemstats
kteatime
ktextaddons
ktexteditor
ktexttemplate
ktextwidgets
ktimer
ktnef
ktp-desktop-applets
ktuberling
kturtle
kubernetes
@@ -2005,7 +2033,6 @@ kwallet
kwallet-pam
kwalletmanager
kwayland
kwayland-integration
kwayland-server
kwidgetsaddons
kwin
@@ -2013,11 +2040,9 @@ kwindowsystem
kwordquiz
kwrited
kxmlgui
kxmlrpcclient
kyotocabinet
ladspa_sdk
latencytop
latte-dock
layer-shell-qt
lcms2
lcov
@@ -2064,6 +2089,7 @@ libatomic_ops
libavif
libavtp
libb64
libbacktrace
libblockdev
libbpf
libbsd
@@ -2168,7 +2194,6 @@ libkdepim
libkeduvocdocument
libkexiv2
libkgapi
libkipi
libkleo
libkmahjongg
libkomparediff2
@@ -2178,6 +2203,7 @@ libkscreen
libksieve
libksysguard
liblangtag
libliftoff
liblogging
libmaxminddb
libmbim
@@ -2190,6 +2216,7 @@ libmodplug
libmodulemd
libmpack
libmpack-lua
libmsgraph
libmspack
libmspub
libmtp
@@ -2226,12 +2253,15 @@ libpeas
libpinyin
libpipeline
libplacebo
libplasma
libplist
libpng
libportal
libproxy
libpsl
libpthread-stubs
libpwquality
libqaccessibilityclient
libqalculate
libqb
libqmi
@@ -2266,6 +2296,7 @@ libspatialite
libspectre
libspiro
libspnav
libspng
libsrtp
libssh
libssh2
@@ -2312,6 +2343,7 @@ libwpd
libwpe
libwpg
libwps
libxcrypt
libxcvt
libxdg-basedir
libxfce4ui
@@ -2345,7 +2377,6 @@ linux-lts2020
linux-lts2021
linux-ltscurrent
linux-ltsprev
linux-oracle
linux-preempt-rt
linux-tools
linuxptp
@@ -2354,11 +2385,11 @@ lldpd
llvm
llvm14
llvm15
llvm16
lm-sensors
lmdb
logrotate
logutils
lokalize
lpeg
lsacpi
lshw
@@ -2414,7 +2445,6 @@ meson
messagelib
meta-c-basic
meta-desktop-gnome
meta-desktop-kde
meta-os-core
meta-os-core-plus
metacity
@@ -2427,6 +2457,7 @@ micro-config-drive-aws
micro-config-drive-equinix
micro-config-drive-oci
milou
mimetreeparser
minetest
minetest_game
mingw-binutils
@@ -2497,12 +2528,14 @@ ndctl
ndpi
neofetch
neomutt
neon
neovim
net-snmp
net-tools
netaddr
netbase
netcdf
netcdf-fortran
netdata
nethogs
netplan
@@ -2551,6 +2584,7 @@ numactl
numatop
numlockx
numpy-stl
nut
nv-codec-headers
nvme-cli
oath-toolkit
@@ -2559,8 +2593,8 @@ ocamlbuild
ocl-icd
octave
oiio
okteta
okular
oneDPL
oneVPL
onig
opa-fm
@@ -2572,6 +2606,7 @@ open-vm-tools
openal-soft
openblas
openbox
opencl-clang
opencl-headers
openconnect
openct
@@ -2601,7 +2636,7 @@ osm-gps-map
ostree
otp
oxygen
oxygen-icons5
oxygen-icons
oxygen-sounds
p11-kit
p7zip
@@ -2610,6 +2645,7 @@ pagemon
paho.mqtt.c
paho.mqtt.cpp
palapeli
pam-python
pam_wrapper
pandas
pandoc
@@ -2779,7 +2815,6 @@ perl-DBD-MariaDB
perl-DBD-Pg
perl-DBD-SQLite
perl-DBD-SQLite2
perl-DBD-mysql
perl-DBI
perl-DBICx-TestDatabase
perl-DBIx-Class
@@ -2940,6 +2975,7 @@ perl-Geo-Distance
perl-Geo-IP
perl-Geo-IPfree
perl-Getopt-Euclid
perl-Getopt-Long
perl-Getopt-Long-Descriptive
perl-Getopt-Long-Modern
perl-Getopt-Tabular
@@ -3207,6 +3243,7 @@ perl-Plack
perl-Pod-Constants
perl-Pod-Coverage
perl-Pod-LaTeX
perl-Pod-Markdown
perl-Pod-POM
perl-Pod-Parser
perl-Pod-Plainer
@@ -3314,6 +3351,7 @@ perl-Test-Deep
perl-Test-DiagINC
perl-Test-Differences
perl-Test-Exception
perl-Test-ExpectAndCheck
perl-Test-FailWarnings
perl-Test-Fatal
perl-Test-File
@@ -3321,6 +3359,7 @@ perl-Test-File-ShareDir-Dist
perl-Test-Fork
perl-Test-Future-IO-Impl
perl-Test-Identity
perl-Test-InDistDir
perl-Test-Inter
perl-Test-LWP-UserAgent
perl-Test-LeakTrace
@@ -3389,6 +3428,8 @@ perl-Text-Trim
perl-Text-Unidecode
perl-Text-WrapI18N
perl-Text-Wrapper
perl-Throwable
perl-Throwable-SugarFactory
perl-Tie-Cycle
perl-Tie-IxHash
perl-Tie-Simple
@@ -3483,16 +3524,12 @@ phoronix-test-suite
php
php-APCu
php-Bitset
php-Molten
php-PDO_SQLANYWHERE
php-SeasClick
php-SeasLog
php-Xdebug
php-Yaf
php-ahocorasick
php-apfd
php-ast
php-componere
php-crypto
php-datadog_trace
php-dbase
@@ -3501,7 +3538,6 @@ php-ds
php-eio
php-ev
php-gRPC
php-gender
php-geospatial
php-gnupg
php-hprose
@@ -3522,10 +3558,8 @@ php-oauth
php-parle
php-pcov
php-proctitle
php-propro
php-protobuf
php-psr
php-radius
php-raphf
php-rdkafka
php-redis
@@ -3533,8 +3567,6 @@ php-scrypt
php-stomp
php-svm
php-sync
php-taint
php-timecop
php-timezonedb
php-trader
php-uopz
@@ -3543,7 +3575,6 @@ php-xattr
php-xlswriter
php-xxtea
php-yaml
php-yar
php-zmq
picmi
picocom
@@ -3559,18 +3590,23 @@ pipewire
pixman
pkcs11-helper
pkg-config
plasma-activities
plasma-activities-stats
plasma-browser-integration
plasma-desktop
plasma-discover
plasma-framework
plasma-disks
plasma-firewall
plasma-integration
plasma-nm
plasma-pa
plasma-systemmonitor
plasma-vault
plasma-wayland-protocols
plasma-welcome
plasma-workspace
plasma-workspace-wallpapers
plasma5support
plzip
pm-graph
pmdk
@@ -3582,6 +3618,7 @@ podman
polkit
polkit-kde-agent
polkit-qt
polkit-qt6
poppler
poppler-data-clr-rename
popt
@@ -3615,7 +3652,9 @@ psstop
pth
pugixml
pulseaudio
pulseaudio-qt
purpose
puzzles
pv
pwgen
pyatspi
@@ -3742,6 +3781,7 @@ pypi-certifi
pypi-cffi
pypi-cffsubr
pypi-cfgv
pypi-chai
pypi-chaospy
pypi-chardet
pypi-charset_normalizer
@@ -3799,11 +3839,13 @@ pypi-cython
pypi-cytoolz
pypi-dacite
pypi-dask
pypi-dateparser
pypi-datetime
pypi-debugpy
pypi-decorator
pypi-deepmerge
pypi-deepspeed
pypi-dep_logic
pypi-deprecated
pypi-deprecation
pypi-devpi_client
@@ -3829,12 +3871,13 @@ pypi-dnacentersdk
pypi-dns_lexicon
pypi-dnspython
pypi-docker
pypi-docker_compose
pypi-docker_pycreds
pypi-docopt
pypi-docstring_parser
pypi-docstring_to_markdown
pypi-docutils
pypi-doxypypy
pypi-doxyqml
pypi-dpcontracts
pypi-dulwich
pypi-ecdsa
@@ -3935,6 +3978,7 @@ pypi-hatch_requirements_txt
pypi-hatch_vcs
pypi-hatchling
pypi-heapdict
pypi-hishel
pypi-hjson
pypi-hkp4py
pypi-home_assistant_frontend
@@ -4033,7 +4077,6 @@ pypi-jupyterlab_link_share
pypi-jupyterlab_pygments
pypi-jupyterlab_server
pypi-jupyterlab_widgets
pypi-jupytext
pypi-jxmlease
pypi-kcc
pypi-kerberos
@@ -4059,6 +4102,7 @@ pypi-linkchecker
pypi-linkify_it_py
pypi-livereload
pypi-llfuse
pypi-locate
pypi-locket
pypi-logical_unification
pypi-logilab_common
@@ -4133,6 +4177,7 @@ pypi-nocasedict
pypi-nocaselist
pypi-nodeenv
pypi-notebook_shim
pypi-numexpr
pypi-numpoly
pypi-numpy
pypi-numpydoc
@@ -4170,6 +4215,7 @@ pypi-pathlib2
pypi-pathspec
pypi-patsy
pypi-pbr
pypi-pbs_installer
pypi-pdfminer.six
pypi-pdm
pypi-pdm_backend
@@ -4252,6 +4298,7 @@ pypi-pycups
pypi-pycurl
pypi-pydantic
pypi-pydantic_core
pypi-pydbus
pypi-pydispatcher
pypi-pydocstyle
pypi-pydot
@@ -4260,6 +4307,7 @@ pypi-pyelftools
pypi-pyfakefs
pypi-pyflakes
pypi-pygame
pypi-pygdbmi
pypi-pygithub
pypi-pygments
pypi-pyicu
@@ -4270,6 +4318,7 @@ pypi-pymdown_extensions
pypi-pynacl
pypi-pynetbox
pypi-pynsist
pypi-pynvml
pypi-pyomo
pypi-pyopengl
pypi-pyopenssl
@@ -4364,6 +4413,7 @@ pypi-readtime
pypi-recommonmark
pypi-referencing
pypi-regex
pypi-regress
pypi-reportlab
pypi-repoze.lru
pypi-requests
@@ -4430,6 +4480,7 @@ pypi-setuptools_scm
pypi-sh
pypi-shapely
pypi-shellingham
pypi-shelved_cache
pypi-simplegeneric
pypi-six
pypi-slugify
@@ -4459,6 +4510,7 @@ pypi-sphinx_togglebutton
pypi-sphinxcontrib.jquery
pypi-sphinxcontrib_apidoc
pypi-sphinxcontrib_applehelp
pypi-sphinxcontrib_asyncio
pypi-sphinxcontrib_bibtex
pypi-sphinxcontrib_blockdiag
pypi-sphinxcontrib_devhelp
@@ -4482,6 +4534,7 @@ pypi-sqlalchemy
pypi-sqlparse
pypi-sshtunnel
pypi-stack_data
pypi-starlette
pypi-storops
pypi-strictyaml
pypi-subprocess_tee
@@ -4507,6 +4560,7 @@ pypi-three_merge
pypi-tifffile
pypi-tinycss2
pypi-tldextract
pypi-tokenizers
pypi-toml
pypi-tomli
pypi-tomli_w
@@ -4519,6 +4573,7 @@ pypi-tox
pypi-tqdm
pypi-traitlets
pypi-trampolim
pypi-transformers
pypi-translationstring
pypi-trimesh
pypi-trio
@@ -4538,6 +4593,7 @@ pypi-types_ipaddress
pypi-types_jsonschema
pypi-types_mock
pypi-types_psutil
pypi-types_pycurl
pypi-types_pyopenssl
pypi-types_pyrfc3339
pypi-types_python_dateutil
@@ -4571,6 +4627,7 @@ pypi-urlobject
pypi-urwid
pypi-user_agents
pypi-userpath
pypi-uvicorn
pypi-uvloop
pypi-venusian
pypi-verboselogs
@@ -4584,6 +4641,7 @@ pypi-vsts_cd_manager
pypi-waitress
pypi-warlock
pypi-watchdog
pypi-wbdata
pypi-wcmatch
pypi-wcwidth
pypi-webcolors
@@ -4596,6 +4654,7 @@ pypi-werkzeug
pypi-wheel
pypi-widgetsnbextension
pypi-wikipedia
pypi-wordcloud
pypi-wordfreq
pypi-wrapt
pypi-wsgiproxy2
@@ -4675,8 +4734,10 @@ pyudev
qalculate-gtk
qatlib
qbittorrent
qca
qca-qt5
qcoro
qcoro6
qemu
qemu-guest-additions
qgit
@@ -4773,6 +4834,7 @@ rapidjson
raptor2
rasqal
rclone
rdfind
rdma-core
re2
re2c
@@ -4793,7 +4855,6 @@ rlwrap
rng-tools
robin-map
roboto
rocs
rofi
rpcbind
rpcsvc-proto
@@ -4838,6 +4899,7 @@ serf
setserial
setxkbmap
sg3_utils
shaderc
shadow
shapelib
shared-mime-info
@@ -4852,6 +4914,7 @@ simplescreenrecorder
sip
slang
slirp4netns
sluice
slurm
smartmontools
smemstat
@@ -5002,10 +5065,8 @@ usb-modeswitch
usb-modeswitch-data
usbredir
usbutils
user-manager
userspace-rcu
usrbinjava
usrbinpython
usrbinvi
utf8proc
utfcpp
@@ -5064,6 +5125,7 @@ x11perf
x11vnc
x264
x265
x86-simd-sort
xapian-core
xastir
xauth
@@ -5152,6 +5214,7 @@ xwayland
xwd
xwdrun
xwininfo
xxHash
xz
yajl
yakuake
@@ -5167,7 +5230,6 @@ zabbix
zathura
zathura-pdf-poppler
zenity
zeroconf-ioslave
zimg
zip
zlib
@@ -5176,4 +5238,5 @@ zopfli
zsh
zstd
zstd-bin
zxcvbn-c
zxing
+2 -2
View File
@@ -97,8 +97,8 @@ def update_cargo_sources(name, tag):
with open('Makefile', encoding='utf8') as mfile:
for line in mfile.readlines():
if line.startswith('ARCHIVES'):
if re.match(archive_match + '[a-zA-Z0-9_\-.]+\.tar\.xz', line):
new_archives = re.sub(archive_match + '[a-zA-Z0-9_\-.]+\.tar\.xz',
if re.match(archive_match + r'[a-zA-Z0-9_\-.]+\.tar\.xz', line):
new_archives = re.sub(archive_match + r'[a-zA-Z0-9_\-.]+\.tar\.xz',
f"{archive_match}-{tag}.tar.xz\n", line)
else:
new_archives = f"ARCHIVES = {archive_match}-{tag}.tar.xz ./vendor\n"