summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-21(net/sayaka) Fix build: +USE_TOOLS+= pkg-configmef1-1/+2
2021-03-21print/gc: allow to build with neXtawrillig1-1/+12
Patch provided by Simon Adda-Reyss via private mail.
2021-03-21fonts/t1lib: allow to be built using neXtawrillig1-2/+2
Suggested by Simon Adda-Reyss via private mail. No change to the default configuration.
2021-03-20doc: Updated pkgtools/pkglint to 20.4.1rillig1-1/+2
2021-03-20pkgtools/pkglint: update to 20.4.1rillig6-11/+117
Changes since 20.4.0: When a package has MAINTAINER set and there are modified local files, only remind the user once per package that changes should likely be approved by the maintainer. Previously there was a reminder once per file, which was just too much for a package that has Makefile and PLIST and maybe some patches changed. Small performance improvement for loading the doc/CHANGES files, since that costs a few tenths of seconds at every startup.
2021-03-20doc/TODO: + modular-xorg-xwayland-21.1.0, uriparser-0.9.5.wiz1-2/+4
2021-03-20doc: Updated net/gallery-dl to 1.17.1leot1-1/+2
2021-03-20gallery-dl: Update to 1.17.1leot3-23/+14
Changes: 1.17.1 ------ ### Additions - [architizer] add `project` and `firm` extractors (#1369) - [deviantart] add `watch` extractor (#794) - [exhentai] support `/tag/` URLs (#1363) - [gelbooru_v01] support `drawfriends.booru.org`, `vidyart.booru.org`, and `tlb.booru.org` by default - [nozomi] support `/index-N.html` URLs (#1365) - [philomena] add generalized extractors for philomena sites (#1379) - [philomena] support post URLs without `/images/` - [twitter] implement `users` option (#1337) - implement `parent-metadata` option (#1364) ### Changes - [deviantart] revert previous changes to `extra` option (#1356, #1387) ### Fixes - [exhentai] improve favorites count extraction (#1360) - [gelbooru] update domain for video downloads (#1368) - [hentaifox] improve image and metadata extraction (#1366, #1378) - [imgur] fix and improve rate limit handling (#1386) - [weasyl] improve favorites URL pattern (#1374) - use type check before applying `browser` option (#1358) - ensure `-s/--simulate` always prints filenames (#1360) ### Removals - [hentaicafe] remove module - [hentainexus] remove module - [mangareader] remove module - [mangastream] remove module
2021-03-20Updated lang/py-hy, devel/py-bitarray, devel/py-cachetools, net/samba4adam1-1/+5
2021-03-20samba4: updated to 4.13.5adam2-7/+7
Changes since 4.13.4 -------------------- * BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure. * BUG 13992: s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed on temp proxy connection. * BUG 14604: smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services. * BUG 14593: dbcheck: Check Deleted Objects and reduce noise in reports about expired tombstones. * BUG 14503: s3: Fix fcntl waf configure check. * BUG 14602: s3/auth: Implement "winbind:ignore domains". * BUG 14617: smbd: Use fsp->conn->session_info for the initial delete-on-close token. * BUG 14648: s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path. * BUG 14624: classicupgrade: Treat old never expires value right. * BUG 14636: g_lock: Fix uninitalized variable reads. * BUG 13898: s3:pysmbd: Fix fd leak in py_smbd_create_file(). * BUG 14625: lib:util: Avoid free'ing our own pointer. * BUG 12505: HEIMDAL: krb5_storage_free(NULL) should work.
2021-03-20py-cachetools: updated to 4.2.1adam3-11/+14
v4.2.1 (2021-01-24) =================== - Handle ``__missing__()`` not storing cache items. - Clean up ``__missing__()`` example. v4.2.0 (2020-12-10) =================== - Add FIFO cache implementation. - Add MRU cache implementation. - Improve behavior of decorators in case of race conditions. - Improve documentation regarding mutability of caches values and use of key functions with decorators. - Officially support Python 3.9.
2021-03-20py-bitarray: updated to 1.7.1adam2-7/+7
2021-03-12 1.7.1: ------------------- * fix issue 114, raise TypeError when incorrect index is used during assignment, e.g. `a[1.5] = 1` * raise TypeError (not IndexError) when assigning slice to incorrect type, e.g. `a[1:4] = 1.2` * improve some docstrings and tests 2021-02-27 1.7.0: ------------------- * add `bitarray.util.urandom()` * raise TypeError when trying to extend bitarrays from bytes on Python 3, ie. `bitarray(b'011')` and `.extend(b'110')`. (Deprecated since 1.4.1)
2021-03-20py-hy: updated to 0.20.0adam3-9/+10
0.20.0 (released 2021-01-25) ============================== Removals ------------------------------ * Python 3.5 is no longer supported. New Features ------------------------------ * `let` macro now supports extended iterable unpacking syntax. * New contrib module `pprint`, a Hy equivalent of `python.pprint`. Bug Fixes ------------------------------ * Fixed a bug that made `hy.eval` from Python fail on `require`. * Fixed a bug that prevented pickling of keyword objects. * Fixed a compiler crash from `setv` with an odd number of arguments in `defclass`. 0.19.0 (released 2020-07-16) ============================== Breaking Changes ------------------------------ * `parse-args` is no longer implemented with `eval`; so e.g. you should now say `:type int` instead of `:type 'int`. New Features ------------------------------ * Python 3.9 is now supported. Bug Fixes ------------------------------ * Improved support for nesting anaphoric macros by only applying symbol replacement where absolutely necessary. * Quoted f-strings are no longer evaluated prematurely. * Fixed a regression in the production of error messages for empty expressions. * Fixed a scoping bug for code executed with `hy -c`. * Fixed a bug in the compilation of multiple `require`\s. * Fixed various bugs in command-line option parsing.
2021-03-20Updated devel/py-autopep8, security/py-google-authadam1-1/+3
2021-03-20py-google-auth: updated to 1.28.0adam3-8/+11
1.28.0 (2021-03-16) Features allow the AWS_DEFAULT_REGION environment variable expose library version at google.auth.__version Bug Fixes fix unit tests so they can work in g3
2021-03-20py-autopep8: updated to 1.5.6adam2-8/+8
v1.5.6 Update pycodestyle version 2.7.0 and higher is now required Bug Fix E128 check similar to pycodestyle
2021-03-20Updated net/py-dropbox, sysutils/py-ptyprocessadam1-1/+3
2021-03-20py-ptyprocess: updated to 0.7.0adam2-7/+7
0.7.0: Add pass_fds parameters Switch to Github actions for CI
2021-03-20py-dropbox: updated to 11.4.1adam2-7/+7
11.4.1: Unknown changes
2021-03-20Updated devel/editorconfig-core, devel/py-editorconfig-coreadam1-1/+3
2021-03-20py-editorconfig-core: updated to 0.12.3adam5-33/+21
0.12.3: Unknown changes
2021-03-20editorconfig-core: updated to 0.12.4adam5-49/+28
v0.12.4 Fix two OOM issues. Fix one buffer overflow issue. Fix one memory allocation error caused by strdup. Upgrade CMake minimum to 3.5.1. Other misc fixes. v0.12.3 Bump required minimum cmake version to 2.8.12. Support pcre2 and drop support for pcre. v0.12.2 Add support for pkgconfig. Memory leaks and crash fixes. Improve error messages. Add CI on AppVeyor. Known issue: Test utf_8_char on AppVeyor won't pass.
2021-03-20doc: Updated biology/samtools to 1.12bacon1-1/+2
2021-03-20doc: Updated biology/bcftools to 1.12bacon1-1/+2
2021-03-20doc: Updated biology/htslib to 1.12bacon1-1/+2
2021-03-20biology/htslib: Update to 1.12bacon16-321/+53
biology/bcftools: Update to 1.12 biology/samtools: Update to 1.12 Numerous enhancements, performance improvements, and bug fixes since 1.10 Minimized pkgsrc patches in all three packages Moved htslib to custom tarball since Github-generated distfiles are incomplete
2021-03-20doc: Added textproc/split-thai 2.0nb1 [scole 2021-03-20]scole1-1/+2
2021-03-20Restore split-thai 2.0 package after moving source from pkgsrc to ↵scole5-1/+119
MASTER_SITE_LOCAL
2021-03-20sysutils/ups-net: Prune ancient MESSAGEgdt1-8/+0
A warning about incompatible changes in 2004 no longer seems relevant.
2021-03-20Added devel/py-cwcwidth; Updated devel/py-curtsies, devel/bpythonadam1-1/+4
2021-03-20bpython: updated to 0.21adam4-44/+29
0.21 General information: * Support for Python 2 has been dropped. New features: * Provide bpython._version if built from Github tarballs * Make import completion skip list configurable * Check spelling with codespell Fixes: * Fix import completion of modules * Replace remaining use of deprecated imp with importlib * Upgrade curtsies version requirements * State correct default config file directory * Add more directories to the default import completion skip list * Handle 'd' when mapping colors * Avoid breakage with six's importer Changes to dependencies: * curtsies >= 0.3.5 is now required * pyxdg is now required * wcwidth has been replaced with cwcwidth 0.20.1 Fixes: * Fix check of key code 0.20 General information: * The next release of bpython (0.20) will drop support for Python 2. * Support for Python 3.9 has been added. Support for Python 3.5 has been dropped. New features: * Provide redo. * Add support for importing namespace packages. Fixes: * Provide encoding attribute for FakeOutput. * Prevent symbolic link loops in import completion. * Support packages using importlib.metadata API. * Fix support for Python 3.9's ast module. * Fix cursor position with full-width characters. * Fix invalid escape sequences. 0.19 General information: * The bpython-cli and bpython-urwid rendering backends have been deprecated and will show a warning that they'll be removed in a future release when started. * Usage in combination with Python 2 has been deprecated. This does not mean that support is dropped instantly but rather that at some point in the future we will stop running our testcases against Python 2. * The new pinnwand API is used for the pastebin functionality. We have dropped two configuration options: `pastebin_show_url` and `pastebin_removal_url`. If you have your bpython configured to run against an old version of `pinnwand` please update it. New features: Fixes: * Display correct signature for decorated functions. * Protect get_args from user code exceptions * Improve lock file handling on Windows * Use importlib instead of deprecated imp when running under Python 3 Support for Python 3.8 has been added. Support for Python 3.4 has been dropped. 0.18 New features: * expose globals in bpdb debugging. Fixes: * Fix file locking on Windows. * Exit gracefully if config file fails to be loaded due to encoding errors. * Fix newline handling. * Fix exit code. * Fix crash when matching certain lines in history. Support for Python 3.3 has been dropped. 0.17.1 Fixes: * Reverted 670 temporarily due to performance impact on large strings being output. 0.17 New features: * Implement Ctrl+O. * Add default_autoreload config option. Fixes: * Fix deprecation warnings. * Do not call signal outside of main thread. * Fix option-backspace behavior. * Fix paste helper. * Handle docstrings more carefully. * Do not modify history file during tests. * Fix newline handling. * Fix handling of ANSI escape codes. * Fix encoding of jedi completions.
2021-03-20py-curtsies: updated to 0.3.5adam3-35/+10
0.3.5: Drop supported for Python 2, 3.4 and 3.5. Migrate to pytest. Add new exmples. Improve error messages. Replace wcwidth with cwcwidth
2021-03-20py-cwcwidth: added version 0.1.4adam5-1/+42
cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the printable length of a unicode character/string on a terminal. The module provides the same functions as wcwidth and its behavior is compatible.
2021-03-20py-xdg: does not need C compileradam1-1/+3
2021-03-20doc: Updated x11/xsnow to 3.2.2gdt1-1/+2
2021-03-20x11/xsnow: Fix typo in patch commentgdt2-4/+4
2021-03-20x11/xsnow: Update to 3.2.2gdt5-20/+55
This catches up to a maintained version, almost 20 years later. Most notably, it uses gtk3 instead of raw Xlib. Joint work with is@. Upstream changes: version 3.2.2 1:change 'changes' into Flags.Changes 2:change gdkwindow -> NULL, several files ui.c: better behaviour of 'below windows' - 'confirm to click' combo 3:flags.c flags.h: separate FLAGS for default and vintage docs.c: some minor additions 4:buttons.h: change togglecode into scalecode flags.h uitils.h: transport some macro's ui.c: add documention about flags and buttons main.c: optionally move windows to 0,0 (movewindow()) Flags.MoveWindow --movewindow 5:some tweaks MoveWindow 6:more tweaks for MoveWindow Use also XConfigureWindow to set below or above. Now behaviour is OK when running in FVWM + xcompmgr or compton transparent.c: fixed 'show desktop' issue by re-adding: gdk_window_set_type_hint(gdk_window,GDK_WINDOW_TYPE_HINT_DOCK); wmctrl.c: add check for _NET_SHOWING_DESKTOP for visibility of windows windows.c: keep SnowWin below if Flags.BelowAll. Needed when SnowWin is not click-through. 7:add -theme flag. No button: too complicated for me. 9:make theme chooseable with a button 11:ui.c: minor tweaks version 3.2.1 1:utils.h: add fflush(NULL) to UIDO and UIDOS moon.c: create halo surface for painting. 2:fine tuning of ui graphics 3:start simplifying ui.c 11:finished 3: 12:doit.h flags.h: change DOIT macro's 13:docs.c:make it better 14:add option -hidemenu, add this to xsnow.desktop better format noisy output use #include "undefall.inc" to undef frquently used macros 15:simplify glade-id's 16:stratify ui.c code 17:stratify ui.c code 18:stratify ui.c code version 3.2.0 1:use 256x256 xpm for moon start Santa, aware of moon position adapt some trivial texts 2:add halo around moon add show-stars button add grey-out for moon buttons if not compositing manager add notice about that in the celestials tab 3:fix bug in moon.c: show moon, independent of birds some experiments with halo colours 4:moon.c: fix memory leak: halo_draw() docs.c: adapt man page ui.c: better way to grey out moon buttons configure.ac: remove test for alloca, and tell kdtree.c not to use alloca 6:ui.c: remove malicious assert from report_tree_type() utils.h: create macros UIDO and UIDOS to better deal with if(Flags.x != OldFlags.x) .... many functions: replace construct above with UIDO or UIDOS 7:Ack in man page for picture of moon. version 3.1.10 1:add moon and show-noshow for moon 2:put wind, stars, moon, meteorites in celestials add slider for moon speed 3:add button for moon size 4:let Santa like to hover the moon version 3.1.9 1:place 'Xsnow running' to a place wher this does not appear in xsnow -h or xsnow-H 2:wmctrl.c: a second check if window is hidden, based on WM_STATE see: https://tronche.com/gui/x/icccm/sec-4.html#s-4.1.3.1 3: typos in docs.c 5:wmctrl.c: use XQueryTree to find windows to snow on if _NET and _GTK are not available. Use also XGetWindowAttributes to determine if a window is visible. 6:change max number of scenery items to 60 wmctrl.c: use XGetWindowAttributes in stead of XGetGeometry version 3.1.8 1:use config.h to determine if alloca.h should be included configure.ac, Makefile.am: use pkg-config to locate X11, Xpm, xt, xproto 2:configure.ac: remove tests for libraries, relying on pkg-config now 3:remove uses of alloca, except ik kdtree.c define USE_LIST_NODE_ALLOCATOR and NO_ALLOCA in kdtree.c remove USE_LIST_NODE_ALLOCATOR from Makefile.am snow.c: free local variables in genxpmflake() version 3.1.7 1:windows.c: take care of redfining Rootwindow if xscreensaver is detected version 3.1.6 1:add xscreensaver support and vroot.h version 3.1.5 1:remove .png and .jpg from bootstrap and src/Pixmaps/ from tar.gz 2:main.c drawit(): draw stars and meteorites behind birds 3:fallensnow.c: GenerateFlakesFromFallen(): reduce the amount of generated snow Changed info text by 'Blow off' slider. 4:src/Makefile.am: separate scripts for generating ui_xml.h and snow_includes.h Create script 'simplemake.sh', to be used on systems where the './configure;make;make install' suite does not work. version 3.1.4 1:remove AC_FUNC_MALLOC AC_FUNC_REALLOC AC_FUNC_ALLOCA from configure.ac (see comment there) Checked all malloc's, alloca's and realloc's for allocating >0 bytes version 3.1.3 1:add flag -showrudolph add flag -blowsnow remove FullScreen from .xsnowrc add flag -usebg add flag -snow add flag -nosnow add flag -showtrees add flag -wind add flag -keepsnowonwindows add flag -keepsnowonscreen add flag -keepsnowontrees add flag -keepsnow add flag -fluffy add flag -meteorites stratified version.h moved PrintVersion to utils.c version 3.1.2 1:hashtable.cpp: do not use 'auto' docs.c: added note about no menu when files are present in $HOME/xsnow/pixmaps Check on version of GTK. If too low, give option to start without ui. 2:simplify code for running without menu if level of GTK is too low 3:stratify above mentioned code version 3.1.1 moved debian stuff out of the distribution version 3.1.0 1:change version number some trivia in transparent.c 2:take care that only generated flakes are used when snow->defaults 3:snow flakes size adjustable 4:limit snowsize start snowflake always above window all generated snow xpm's: width multiple of 8 also all off the vintage xpm's in Pixmaps change defaults for max number of flakes and blow-off to more humane numbers 5:use effective width for flakes (weff in snow.c) small changes in GenerateFlakesFromFallen() it appears that the height of an xpm should be >=2 to prevent terrible degradation of performance. snow.c: genxpmflake() 6:snow.h, snow.c: remove w and h from type Snow, these were redundant 7:changed some defaults and ranges 8:snow.c: reduce extra_flakes to 300. I have the impression that this is beneficial for cramped systems correct bug: blowoff.c: do not generate blow-off snow if Flags.NoSnowFlakes 9:utils.c: wrapper for cairo_paint_with_alpha(). If alpha > 0.9, use cairo_paint(). Seems to have some performance gain (less stress on Xorg), but I am not sure. main.c: hide gtk_widget TransB when not used. gray out transparency when running in fvwm-like environment added test2.sh for 'make check' and 'autopkgtest' GetCurrentWorkspace now always returns 0 if there are problems 10:added tests using simulated mouse clicks, test2.sh and test3.sh xsnow reports now which Santa is chosen, needed for 'make check' and autopkgtest in Pixmaps: changed snowtree.xpm, eland.xpm, polarbear.xpm, huis4.xpm, AltSanta*.xpm to use one char to encode color using 'convert in.xpm -colors nn out.xpm' 11:removed references to test2.sh and test3.sh add flag '-noisy' corrected non fatal bugs in xpmtobits implemented 'birds follow Santa' 12:main.c: do_display_dimensions(): restart stars etc. not in the first call add scale button for 'Lift snow windows' == OffsetY 13:corrected handling of fluff in snow.c corrected: if !ShowBirds, Santa should be shown (main.c) 14:some fine tuning snow on trees 15:trivia in snow.h 16:fixed serious bug in snow.c which caused freezing snow flakes when changing size of flakes version 3.0.10 1:Better icons 2:better flakes 3:more flakes, auto generate snow includes and macro's for pixmaps.c 4:more flakes 5:more flakes birds.c: made attraction point transparent again ui.xml: remove seperators from snow tab 7:get rid of snow??.xbm. Conversion from xpm is done with xpmtoxbm(). rename snow*.xpm to flake*.xpm 8:next to the 7 archaic flakes, generate random flakes changed the addcopyright.sh script to only trigger on the first -copyright- line 9:some code clean up version 3.0.9 1:Windows.c: remove useless call to DisplayDimensions from do_wupdate() 2:fallensnow.c xsnow.h: shorter time between updates fallensnow better simulation of plowing 3:snow.c: InitFlake takes now care of inserting flake in set of flakes version 3.0.8 1:check op _NET_WIM_WINDOW_TYPE_DOCK: do not fall snow on such a window 2:changed 0 -> NULL where appropriate insert __attribute__ ((unused)) via macro UNUSED where appropriate 3:create GetProperty32() in wmctrl.c 4:fallenshow.h: moved window-specific items in FallenSnow to FallenSnow.win 6:stratify windows.c transparent.c: make also click-through in draw callback 8:ask for confirmation before permanently de-activating 'Below windows'. Remove 'BelowAll' from .xsnowrc. 9:also in Cairo fluff 12:better display of blown snow 13:change code for going in and out full screen mode default is now full screen transparent.c: draw1(): remember two previous widgets in stead of one. removed full-screen button, see comment at Flags.FullScreen in main.c 14:Solution for refusing to go below windows: first ask the opposite. 15:Use absolute x,y coordinates for determining snow window placement and dimensions. Created a call back to check coordinates and dimensions of snowwindow once per second. 16:Changed css color for troughs. No flakes: no fallensnow, no fluff, no blowoff, no treesnow. Flakes blown off trees&window&bottom: smallest type of snow. Flakes from disappearing fallensnow: all types. Somewhat more randominess in generateflakesfromfallensnow in the x-value of the flakes. Better ploughing! 17:yellow confirm button. Bigger logo santa.xpm Stratified MakeFlake-InitFlake combo. Corrected two typos in flags.c 18:take care that trees are not placed partially right from screen removed -noquiet flag version 3.0.7 1:adapt hovertext for 'Below windows' button. some code-cleanup version 3.0.6 1:Correct some typo's Removed memory-leak in birds.c: birds_draw birds.c: birds_draw: Correct position of birds by their width and height 2:Paint with transparency if ~Flags.BelowAll 3:No need for restart after changing below/above 4:introduction of transparency used by painting fixed bug concerning removing trees 5:scenery.c: change definition of Tree to **Treeinfo and changed a few lines accordingly RedrawTrees now clears fallensnow on scenery Change factor -> cpufactor fallensnow.c: HandleFallenSnow: do not collect snow on bottom when Flags.NoKeepSBot 6:Changed actions at interrupt. Removed unused CleanGC transparent.c: simplified applying skip-taskbar-hint added skip-pager-hint version 3.0.5 New major release transparent.c: Prevent icons for transparent windows showing up in taskbar windows.c: no update of windows if not snowing on a desktop DetermineWindow (windows.c): make sure IsDesktop is initialized SigHandler (main.c): Nicer exit after interrupt. Use execvp instead of execve restarting xsnow. Stratified some code starting from main.c: drawit wmctrl.c: also sticky=1 if (int)ws == -1 Adapt for uploading to debian version 3.0.4.30 Some trivial changes to settings tab. Better handling of clicking BGColor button. Removed root window choice. Birds: set meanspeed before creation, not after. version 3.0.4.29 Gray out all birds buttons when appropriate version 3.0.4.28 In settings: gray out and make inactive not usable buttons version 3.0.4.27 better logic to determine what kind of windows are used simplified ui settings window version 3.0.4.21 transparent.c: remove sticky hint for gdkwindow: this is ierreversible made do_wupdate conform. Created windows.c. This is a mess, have to look into it. version 3.0.4.20 ui: colors, and slight layout improvements corrected error after going to full screen of behind windows removed setting of kde background (kdesetbg) version 3.0.4.19 re-instated the stopafter functionality ui: set colors version 3.0.4.18 added a warning for a too high system load version 3.0.4.17 convert snow_on_tree done, together with some other minor adjustments version 3.0.4.16 produce output with -h, -help, -H, -manpage, -v, -version without calling gtk_init() made parsing of flags conformant with the docs: added -v place test for wayland before gtk_init() do not draw fallensnow when window is hidden (iconized) version 3.0.4.15 blowoff in standard made timeout callbacks conform doc version 3.0.4.14 fallensnow in standard version 3.0.4.13 place gtk_init before handling the flags changed code for 'on all workspaces' (settings) do not collect snow if y <= 0 implemented part of standard form for fallensnow todo: snow disappears now from windows that show on all workspaces version 3.0.4.12 draw stars using surfaces version 3.0.4.11 added stdlkib.h where desirable version 3.0.4.10 stars done version 3.0.4.09 some minor things in snow.c version 3.0.4.08 wind done version 3.0.4.07 meteorite done version 3.0.4.06 snow in standard form for the major part version 3.0.4.05 start with snow in standard form. hashtable.{cpp,h}: added set functions turned macro's delflake and makeflake into functions stratified declarations of xpm's (pixmap.(c,h} added snow xpm's (it seems there is no standard function to convert bitmap to GdkPixbuf) implemented canonical update of sreen, using gtk_widget_queue_draw() version 3.0.4.03/4 put birds in 'standard form' version 3.0.4.02 gtk-scenery working use timeout time at computing birds position (contrary to 3.0.3) version 3.0.4.01 Santa.c: handle usage of user-defined Santa if Flags.NoMenu: do not write to ui labels or make ui sticky/unsticky Made start with gtk-ing scenery. version 3.0.3.01 All santa stuff moved from main.c to Santa.c Added utils.c utils.h version 3.0.3-gtk-0.1 Santa runs in gtk version 3.0.3 birds.c: use actual time to compute bird positions instead of callback time birds.c: make speed adjustment of birds dependent on time elapsed previous line: not a good idea, removed corresponding code birds.c: more dramatic (re)start version 3.0.2 If birds not on active workspace, do not updte and paint them Add 'extern' to all function prototypes for consistency. Diversify debian/copyright version 3.0.1 make ui stickiness same as snow and birds windows resolve some debian copyright issues in debian/copyright version 3.0.0 use wallcl()*1.0e6 to initialize drand48, not wallclock() mv ui.glade ui.xml add css to minimize ui. add birds page, not functioning yet. make xsnow compilable with g++ adding birds .... version 2.0.22 xsnow.desktop: in xfce icon does not show in panel: change 'xsnow.xpm' into 'xsnow' do not show flake count when option -nomenu is given fixed bug: when no desktop session can be determined from environment: make it 'unknown_desktop_session' - Thanks to Xose Vazquez Perez version 2.0.21 attempt better layout of settings screen Somewhat better layout for all menus Rudolf -> Rudolph in displayable strings Show number of flakes in 'snow' tab Added some id's in ui.glade version 2.0.20 replace timing loop with g_timeout_add() add polarbear use g_get_monotonic_time() for wallclock give every snowflake its own g_timeout_add() give Santa highest priority (not that it matters much, it seems) Change fuse algorithm: now Updatesnowflake kills flake when number of flakes is above threshold Initsnowflake: start y above above window updatesnowflake: do not force y >=0 add button for flake-count-max put refresh of trees in g_timeout_add() idem for stars Smooyth vertical movements of Santa remove nosnowarea's. Replace nosnowarea_static by TreeRegion reinstate nosnowarea_dynamic fix issue with erasing flakes that are in a tree if FlakeCount > max, high probabilty to remove blown-off flakes all scales show now numerical value removed -showstats option version 2.0.19 debian/tests/control: removed test2.sh version 2.0.18 main.c: test if WAYLAND_DISPLAY is set before setting GDK_BACKEND main.c: restart after changing display settings main.c: no Thanks after man page or help docs.c: minor adjustments debug.h: added main.c, flags.c: do not assume getenv("HOME") works as expected. version 2.0.17 main.c: The output of PrintVersion() appeared in the top of the man page. Corrected this. main.c: CleanFallenArea() marked the fallensnow region always as clean, but this must be done only when whole x-range is cleared. version 2.0.16 dsimple.c: int screen = 0; -> static int screen = 0; and move to the top of the file. Ticket 1: gcc-10 related transparent.c: keep xsnow visible after 'show desktop', and show xsnow on all desktops wmctrl.c: special care for compiz version 2.0.15 ui.glade: added 'Donate' button version 2.0.14 src/Makefile.am: use exec_prefix in stead of prefix for gamesdir transparent.c: simplify creation of transparent window main.c: removed use of SigHupHandler docs.c: corrected misspelled default values test1.sh: check 'xsnow -h' if default values are subtituted main.c, ui.glade: better algorithm to determine number of flakes to generate version 2.0.13 main.c: do_genflakes(): take into account that do_genflakes() can be disabled by SnowRunning flags.c: add forgotten -alpha flag version 2.0.12 pixmaps.c: corrected width and height for snow. main.c: simplified create rectangular region debian/copyright: corrected main.c: remove flakes that fall below bottom of screen, also if no fallensnow on bottom main.c: corrected bug which coaused no snow at all with -nomenu Lower default snowspeed (SNOWSPEED in xsnow.h) update snowflakes in chunks, so that other animations run at desired speed. remove option -kde: settings are the same as for -gnome do not add or delete flakes when updating snowflakes is running (test on SnowRunning) for updatesanta, gensnowflakes, snowflakes: after a suspend or sleep the elapsed time can have a strange value. Take care of that. version 2.0.10 prepare for running in wayland by setting environment variable GDK_BACKEND=x11 (main.c) fix some typo's in docs.c version 2.0.9 some debian adjustments fix xfce problems: the workspace of the transparent snow window is not available in xfce some windows have both the _NET_FRAME_EXTENTS and _GTK_FRAME_EXTENTS. Priority is given to the latter. Snowflakes that touch fallen snow are not erased any more: erasure caused bad looking effects. Removed 'showstats' from config version 2.0.8 some more debian stuff add support for xfce desktop version 2.0.7 added some debian stuff version 2.05 Fixed issues when trees are not shown: snow was still collecting on trees, snow was not visible after not-shown tree. version 2.04 Fixed bug in main.c: check for valid return value of FindWindow() in do_wupdate(). Version 2.03 Fixed bug in main.c: only set transworkspace if usingtrans. Version 2.02 Snowing halted when a workspade before the snow workspace was removed. Fixed by checking the workspace of SnowWin in do_wupdate(). Solved in 2.01 tree-xpm's are mirrored randomly flag -treeregion implemented fluff on bottom in snow window when nokeepsnowonscreen parametrize MAXONTREES implement vintage in fvwm: after minimize window, no snow is shown on the window when it is restored. Handle window that is visible on all workspaces implement no snow when window disappears implement nowplow Try to snow on trees plowing should be partial: only take snow away where Santa was: Won't fix stars are competing with fallen snow: let snow win: Won't fix Create precise region from bitmap vintage tree Implement nokeepsnowonwindows etc when wind: make generated flakes at bottom cyclic Solved strange behaviour with system monitor window and others: gedit, nautilus etc. on gnome desktop no problem on fvwm desktop find automatically desired offsets determine size of decoration from a partial screendump ? use xwininfo to point to a gauge window ? no rounding of edges of fallen snow at the bottom automatically determine tree regions create 'fuse': remove nearly all flakes when number is really too high for testing purposes: color a region see do_testing() read tree.xpm from ~/xsnow/pixmaps/tree.xpm if present let Santa plough through fallensnow: do not redraw fallen snow if overlap with Santa faster update of fallen snow after move of window animation of blown fallen snow extra snow not cyclic get rid of flake.x and y, use only rx and ry animation of snow fallen from disappeared windows gracefully exit when window where is snowing in, disappears let trees not overlap fallensnow surfaces often too jerky round snow at the edges animation of do_clean let Santa be affected by strong wind replace old wind by storm now and then offsets for windows & bottom wind is changing continuously cyclic disappear, appear of flakes Solve floating point exception when starting in too small window (oclock) (div by 0 in RandInt) move to other workspace of a window: bad behaviour: snow stays on original workspace, window does no receive snow any more: see put correct workspace in fallensnow areas in xsnow.c snow on windows: implemented ctrl-c sometimes causes: cannot parse output of wmctrl: solved by letting wmctrl return -1 in case of problems 2019-01 A few minor changes after 1.42: changed timing loop find Desktop in Gnome and KDE can run in user-pointed window (-xwininfo) added another kind of tree added starts added meteorite changed algorithm for fallen snow nosnowarea's and some more ...
2021-03-20Updated devel/py-ddt, fonts/py-fonttoolsadam1-1/+3
2021-03-20py-fonttools: updated to 4.21.1adam3-11/+26
4.21.1 (released 2021-02-26) [pens] Reverted breaking change that turned AbstractPen and AbstractPointPen into abstract base classes. 4.21.0 (released 2021-02-26) [feaLib] Indent anchor statements in asFea() to make them more legible and diff-able. [pens] Turn AbstractPen and AbstractPointPen into abstract base classes. [feaLib] Added support for parsing and building STAT table from AFDKO feature files. [instancer] Added option to update name table of generated instance using STAT table's axis values. [bezierTools] Added functions to compute bezier point-at-time, as well as line-line, curve-line and curve-curve intersections. 4.20.0 (released 2021-02-15) [COLRv1] Added unbuildColrV1 to deconstruct COLRv1 otTables to raw json-able data structure; it does the reverse of buildColrV1. [feaLib] Allow sub X by NULL sequence to delete a glyph. [arrayTools] Fixed Vector division. [COLRv1] Define new PaintSweepGradient. [otTables] Moved Paint.Format enum class outside of Paint class definition, now named PaintFormat. It was clashing with paint instance Format attribute and thus was breaking lazy load of COLR table which relies on magic __getattr__. [COLRv1] Replace hand-coded builder functions with otData-driven dynamic implementation. [COLRv1] Define additional static (non-variable) Paint formats. [subset] Added support for subsetting COLR v1 and CPAL tables. [fontBuilder] Allow setupFvar to optionally take designspaceLib.AxisDescriptor objects. Added new setupAvar method. Support localised names for axes and named instances. 4.19.1 (released 2021-01-28) [woff2] An initial off-curve point with an overlap flag now stays an off-curve point after compression. 4.19.0 (released 2021-01-25) [codecs] Handle errors parameter different from 'strict' for the custom extended mac encodings. [featureVars] Raise better error message when a script is missing the required default language system. [COLRv1] Avoid abrupt change caused by rounding PaintRadialGradient.c0 when the start circle almost touches the end circle's perimeter. [COLRv1] Support building unlimited lists of paints as 255-ary trees of PaintColrLayers tables. [subset] Prune redundant format-12 cmap subtables when all non-BMP characters are dropped. [basePen] Raise MissingComponentError instead of bare KeyError when a referenced component is missing
2021-03-20py-ddt: updated to 1.4.2adam2-7/+7
1.4.2: Fix test failure with PyYAML 5.4.1
2021-03-20Removed go114, successor go116bsiegert1-1/+2
2021-03-20We say goodbye to Go 1.14.bsiegert16-9634/+2
The policy of the Go project is to support the last two stable branches, so 1.14 is end of life.
2021-03-20Use Go 1.16 as the default version.bsiegert1-4/+2
macOS on ARM has had 1.16 as the default already for a while. The next branch should have it for all OSes. Some build breakage has been fixed already in separate commits. ok before freeze wiz@
2021-03-20go-ffuf: fix build with Go 1.16bsiegert2-1/+13
The checksum for the go-spew package is missing from the go.sum file for some reason.
2021-03-20nancy: add c to USE_LANGUAGESbsiegert1-2/+2
One of the dependencies uses cgo. This fixes the build with Go 1.16.
2021-03-20Updated databases/py-peewee, devel/py-distorm3, net/py-botocore, ↵adam1-1/+7
net/py-s3transfer, net/py-boto3, net/py-awscli
2021-03-20py-awscli: updated to 1.19.33adam3-8/+23
1.19.33 api-change:ec2: X2gd instances are the next generation of memory-optimized instances powered by AWS-designed, Arm-based AWS Graviton2 processors. api-change:sagemaker: Adding authentication support for pulling images stored in private Docker registries to build containers for real-time inference. 1.19.31 api-change:autoscaling: Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments. api-change:securityhub: New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings. api-change:s3: S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request api-change:redshift: Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters. api-change:s3control: S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request 1.19.30 api-change:batch: Making serviceRole an optional parameter when creating a compute environment. If serviceRole is not provided then Service Linked Role will be created (or reused if it already exists). api-change:sagemaker: Support new target device ml_eia2 in SageMaker CreateCompilationJob API 1.19.29 api-change:mwaa: This release adds UPDATE_FAILED and UNAVAILABLE MWAA environment states. api-change:gamelift: GameLift expands to six new AWS Regions, adds support for multi-location fleets to streamline management of hosting resources, and lets you customize more of the game session placement process. api-change:mediaconnect: This release adds support for the SRT-listener protocol on sources and outputs. api-change:lambda: Allow empty list for function response types api-change:mediatailor: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content. api-change:iam: Documentation updates for AWS Identity and Access Management (IAM). api-change:accessanalyzer: This release adds support for the ValidatePolicy API. IAM Access Analyzer is adding over 100 policy checks and actionable recommendations that help you validate your policies during authoring. 1.19.28 api-change:fis: Initial release of AWS Fault Injection Simulator, a managed service that enables you to perform fault injection experiments on your AWS workloads api-change:codedeploy: AWS CodeDeploy can now detect instances running an outdated revision of your application and automatically update them with the latest revision. api-change:emr: Update emr command to latest version api-change:ecs: This is for ecs exec feature release which includes two new APIs - execute-command and update-cluster and an AWS CLI customization for execute-command API 1.19.27 api-change:workspaces: Adds API support for WorkSpaces bundle management operations. api-change:mediatailor: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content. api-change:cur: - Added optional billingViewArn field for OSG. 1.19.26 api-change:network-firewall: Update network-firewall command to latest version api-change:wafv2: Update wafv2 command to latest version api-change:medialive: Update medialive command to latest version api-change:comprehend: Update comprehend command to latest version 1.19.25 api-change:accessanalyzer: Update accessanalyzer command to latest version api-change:backup: Update backup command to latest version api-change:s3: Update s3 command to latest version api-change:ssm: Update ssm command to latest version 1.19.24 api-change:efs: Update efs command to latest version api-change:codeguruprofiler: Update codeguruprofiler command to latest version api-change:iotwireless: Update iotwireless command to latest version api-change:rds: Update rds command to latest version api-change:autoscaling: Update autoscaling command to latest version 1.19.23 api-change:s3: Update s3 command to latest version api-change:lambda: Update lambda command to latest version api-change:kinesis-video-archived-media: Update kinesis-video-archived-media command to latest version api-change:s3control: Update s3control command to latest version api-change:emr: Update emr command to latest version api-change:autoscaling: Update autoscaling command to latest version 1.19.22 api-change:codepipeline: Update codepipeline command to latest version api-change:ec2: Update ec2 command to latest version api-change:athena: Update athena command to latest version api-change:license-manager: Update license-manager command to latest version api-change:network-firewall: Update network-firewall command to latest version api-change:appflow: Update appflow command to latest version api-change:medialive: Update medialive command to latest version api-change:shield: Update shield command to latest version 1.19.21 api-change:mwaa: Update mwaa command to latest version api-change:events: Update events command to latest version api-change:servicediscovery: Update servicediscovery command to latest version api-change:sagemaker: Update sagemaker command to latest version 1.19.20 api-change:codebuild: Update codebuild command to latest version api-change:wellarchitected: Update wellarchitected command to latest version api-change:es: Update es command to latest version api-change:secretsmanager: Update secretsmanager command to latest version api-change:acm: Update acm command to latest version api-change:macie2: Update macie2 command to latest version api-change:forecast: Update forecast command to latest version 1.19.19 api-change:events: Update events command to latest version api-change:managedblockchain: Update managedblockchain command to latest version api-change:datasync: Update datasync command to latest version api-change:directconnect: Update directconnect command to latest version api-change:iotwireless: Update iotwireless command to latest version api-change:compute-optimizer: Update compute-optimizer command to latest version 1.19.18 api-change:codepipeline: Update codepipeline command to latest version api-change:eks: Update eks command to latest version api-change:ssm: Update ssm command to latest version api-change:alexaforbusiness: Update alexaforbusiness command to latest version 1.19.17 api-change:eks: Update eks command to latest version api-change:sso-admin: Update sso-admin command to latest version api-change:s3: Update s3 command to latest version api-change:emr: Update emr command to latest version 1.19.16 api-change:lightsail: Update lightsail command to latest version api-change:detective: Update detective command to latest version api-change:imagebuilder: Update imagebuilder command to latest version api-change:databrew: Update databrew command to latest version api-change:transfer: Update transfer command to latest version
2021-03-20py-boto3: updated to 1.17.33adam2-8/+8
1.17.33 api-change:sagemaker: [botocore] Adding authentication support for pulling images stored in private Docker registries to build containers for real-time inference. api-change:ec2: [botocore] X2gd instances are the next generation of memory-optimized instances powered by AWS-designed, Arm-based AWS Graviton2 processors. 1.17.32 bugfix:s3: [botocore] Updated mislabeled exceptions for S3 Object Lambda 1.17.31 api-change:autoscaling: [botocore] Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments. api-change:s3: [botocore] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request api-change:redshift: [botocore] Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters. api-change:s3control: [botocore] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request api-change:securityhub: [botocore] New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings. 1.17.30 api-change:sagemaker: [botocore] Support new target device ml_eia2 in SageMaker CreateCompilationJob API api-change:batch: [botocore] Making serviceRole an optional parameter when creating a compute environment. If serviceRole is not provided then Service Linked Role will be created (or reused if it already exists). 1.17.29 api-change:lambda: [botocore] Allow empty list for function response types api-change:iam: [botocore] Documentation updates for AWS Identity and Access Management (IAM). api-change:mediaconnect: [botocore] This release adds support for the SRT-listener protocol on sources and outputs. api-change:accessanalyzer: [botocore] This release adds support for the ValidatePolicy API. IAM Access Analyzer is adding over 100 policy checks and actionable recommendations that help you validate your policies during authoring. api-change:mediatailor: [botocore] MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content. api-change:mwaa: [botocore] This release adds UPDATE_FAILED and UNAVAILABLE MWAA environment states. api-change:gamelift: [botocore] GameLift expands to six new AWS Regions, adds support for multi-location fleets to streamline management of hosting resources, and lets you customize more of the game session placement process. 1.17.28 api-change:fis: [botocore] Initial release of AWS Fault Injection Simulator, a managed service that enables you to perform fault injection experiments on your AWS workloads api-change:codedeploy: [botocore] AWS CodeDeploy can now detect instances running an outdated revision of your application and automatically update them with the latest revision. api-change:emr: [botocore] Update emr client to latest version api-change:ecs: [botocore] This is for ecs exec feature release which includes two new APIs - execute-command and update-cluster and an AWS CLI customization for execute-command API 1.17.27 api-change:mediatailor: [botocore] MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content. api-change:workspaces: [botocore] Adds API support for WorkSpaces bundle management operations. api-change:cur: [botocore] - Added optional billingViewArn field for OSG. 1.17.26 api-change:comprehend: [botocore] Update comprehend client to latest version api-change:wafv2: [botocore] Update wafv2 client to latest version api-change:medialive: [botocore] Update medialive client to latest version api-change:network-firewall: [botocore] Update network-firewall client to latest version 1.17.25 api-change:accessanalyzer: [botocore] Update accessanalyzer client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:backup: [botocore] Update backup client to latest version 1.17.24 api-change:rds: [botocore] Update rds client to latest version api-change:codeguruprofiler: [botocore] Update codeguruprofiler client to latest version api-change:autoscaling: [botocore] Update autoscaling client to latest version api-change:iotwireless: [botocore] Update iotwireless client to latest version api-change:efs: [botocore] Update efs client to latest version 1.17.23 api-change:lambda: [botocore] Update lambda client to latest version api-change:emr: [botocore] Update emr client to latest version api-change:kinesis-video-archived-media: [botocore] Update kinesis-video-archived-media client to latest version api-change:s3: [botocore] Update s3 client to latest version api-change:s3control: [botocore] Update s3control client to latest version api-change:autoscaling: [botocore] Update autoscaling client to latest version 1.17.22 api-change:license-manager: [botocore] Update license-manager client to latest version api-change:network-firewall: [botocore] Update network-firewall client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:athena: [botocore] Update athena client to latest version api-change:medialive: [botocore] Update medialive client to latest version api-change:shield: [botocore] Update shield client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version api-change:appflow: [botocore] Update appflow client to latest version 1.17.21 api-change:servicediscovery: [botocore] Update servicediscovery client to latest version api-change:events: [botocore] Update events client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version api-change:mwaa: [botocore] Update mwaa client to latest version 1.17.20 api-change:forecast: [botocore] Update forecast client to latest version api-change:secretsmanager: [botocore] Update secretsmanager client to latest version api-change:macie2: [botocore] Update macie2 client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:es: [botocore] Update es client to latest version api-change:acm: [botocore] Update acm client to latest version api-change:wellarchitected: [botocore] Update wellarchitected client to latest version 1.17.19 api-change:iotwireless: [botocore] Update iotwireless client to latest version api-change:directconnect: [botocore] Update directconnect client to latest version bugfix:S3: [botocore] Fix an issue with XML newline normalization that could result in the DeleteObjects operation incorrectly deleting the wrong keys. api-change:managedblockchain: [botocore] Update managedblockchain client to latest version api-change:events: [botocore] Update events client to latest version api-change:compute-optimizer: [botocore] Update compute-optimizer client to latest version api-change:datasync: [botocore] Update datasync client to latest version 1.17.18 enhancement:DynamoDB: Add a __bytes__ method to the Binary DynamoDB type. api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:codepipeline: [botocore] Update codepipeline client to latest version api-change:eks: [botocore] Update eks client to latest version 1.17.17 api-change:s3: [botocore] Update s3 client to latest version api-change:sso-admin: [botocore] Update sso-admin client to latest version api-change:eks: [botocore] Update eks client to latest version api-change:emr: [botocore] Update emr client to latest version 1.17.16 api-change:databrew: [botocore] Update databrew client to latest version api-change:detective: [botocore] Update detective client to latest version api-change:lightsail: [botocore] Update lightsail client to latest version api-change:imagebuilder: [botocore] Update imagebuilder client to latest version api-change:transfer: [botocore] Update transfer client to latest version
2021-03-20py-s3transfer: updated to 0.3.6adam2-7/+7
0.3.6 bugfix:packaging: Fix setup.py metadata for futures on Python 2.7 0.3.5 enhancement:s3: Block TransferManager methods for S3 Object Lambda resources
2021-03-20py-botocore: updated to 1.20.33adam3-8/+10
1.20.33 api-change:sagemaker: Adding authentication support for pulling images stored in private Docker registries to build containers for real-time inference. api-change:ec2: X2gd instances are the next generation of memory-optimized instances powered by AWS-designed, Arm-based AWS Graviton2 processors. 1.20.32 bugfix:s3: Updated mislabeled exceptions for S3 Object Lambda 1.20.31 api-change:autoscaling: Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments. api-change:s3: S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request api-change:redshift: Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters. api-change:s3control: S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request api-change:securityhub: New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings. 1.20.30 api-change:sagemaker: Support new target device ml_eia2 in SageMaker CreateCompilationJob API api-change:batch: Making serviceRole an optional parameter when creating a compute environment. If serviceRole is not provided then Service Linked Role will be created (or reused if it already exists). 1.20.29 api-change:lambda: Allow empty list for function response types api-change:iam: Documentation updates for AWS Identity and Access Management (IAM). api-change:mediaconnect: This release adds support for the SRT-listener protocol on sources and outputs. api-change:accessanalyzer: This release adds support for the ValidatePolicy API. IAM Access Analyzer is adding over 100 policy checks and actionable recommendations that help you validate your policies during authoring. api-change:mediatailor: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content. api-change:mwaa: This release adds UPDATE_FAILED and UNAVAILABLE MWAA environment states. api-change:gamelift: GameLift expands to six new AWS Regions, adds support for multi-location fleets to streamline management of hosting resources, and lets you customize more of the game session placement process. 1.20.28 api-change:fis: Initial release of AWS Fault Injection Simulator, a managed service that enables you to perform fault injection experiments on your AWS workloads api-change:codedeploy: AWS CodeDeploy can now detect instances running an outdated revision of your application and automatically update them with the latest revision. api-change:emr: Update emr client to latest version api-change:ecs: This is for ecs exec feature release which includes two new APIs - execute-command and update-cluster and an AWS CLI customization for execute-command API 1.20.27 api-change:mediatailor: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content. api-change:workspaces: Adds API support for WorkSpaces bundle management operations. api-change:cur: - Added optional billingViewArn field for OSG. 1.20.26 api-change:comprehend: Update comprehend client to latest version api-change:wafv2: Update wafv2 client to latest version api-change:medialive: Update medialive client to latest version api-change:network-firewall: Update network-firewall client to latest version 1.20.25 api-change:accessanalyzer: Update accessanalyzer client to latest version api-change:ssm: Update ssm client to latest version api-change:s3: Update s3 client to latest version api-change:backup: Update backup client to latest version 1.20.24 api-change:rds: Update rds client to latest version api-change:codeguruprofiler: Update codeguruprofiler client to latest version api-change:autoscaling: Update autoscaling client to latest version api-change:iotwireless: Update iotwireless client to latest version api-change:efs: Update efs client to latest version 1.20.23 api-change:lambda: Update lambda client to latest version api-change:emr: Update emr client to latest version api-change:kinesis-video-archived-media: Update kinesis-video-archived-media client to latest version api-change:s3: Update s3 client to latest version api-change:s3control: Update s3control client to latest version api-change:autoscaling: Update autoscaling client to latest version 1.20.22 api-change:license-manager: Update license-manager client to latest version api-change:network-firewall: Update network-firewall client to latest version api-change:ec2: Update ec2 client to latest version api-change:athena: Update athena client to latest version api-change:medialive: Update medialive client to latest version api-change:shield: Update shield client to latest version api-change:codepipeline: Update codepipeline client to latest version api-change:appflow: Update appflow client to latest version 1.20.21 api-change:servicediscovery: Update servicediscovery client to latest version api-change:events: Update events client to latest version api-change:sagemaker: Update sagemaker client to latest version api-change:mwaa: Update mwaa client to latest version 1.20.20 api-change:forecast: Update forecast client to latest version api-change:secretsmanager: Update secretsmanager client to latest version api-change:macie2: Update macie2 client to latest version api-change:codebuild: Update codebuild client to latest version api-change:es: Update es client to latest version api-change:acm: Update acm client to latest version api-change:wellarchitected: Update wellarchitected client to latest version 1.20.19 api-change:iotwireless: Update iotwireless client to latest version api-change:directconnect: Update directconnect client to latest version bugfix:S3: Fix an issue with XML newline normalization that could result in the DeleteObjects operation incorrectly deleting the wrong keys. api-change:managedblockchain: Update managedblockchain client to latest version api-change:events: Update events client to latest version api-change:compute-optimizer: Update compute-optimizer client to latest version api-change:datasync: Update datasync client to latest version 1.20.18 api-change:alexaforbusiness: Update alexaforbusiness client to latest version api-change:ssm: Update ssm client to latest version api-change:codepipeline: Update codepipeline client to latest version api-change:eks: Update eks client to latest version 1.20.17 api-change:s3: Update s3 client to latest version api-change:sso-admin: Update sso-admin client to latest version api-change:eks: Update eks client to latest version api-change:emr: Update emr client to latest version 1.20.16 api-change:databrew: Update databrew client to latest version api-change:detective: Update detective client to latest version api-change:lightsail: Update lightsail client to latest version api-change:imagebuilder: Update imagebuilder client to latest version api-change:transfer: Update transfer client to latest version