django-jsonview is a simple decorator that translates Python objects to JSON and
makes sure your view will always return JSON.
WWW: https://github.com/jsocol/django-jsonview
Changes since 8.2.31:
-- Noteworthy changes in version 8.2.32 (2020-08-16)
o) RESV couldn't be issued in case no reason has been supplied. This has been fixed.
o) Fixed possible RPL_WHOISCHANNELS line truncation of remote replies
o) Extban $t of type 'matching' has been implemented. This extban allows matching
based on TLS protocol version and/or cipher suite
o) Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set
o) "STATS ?" is now oper-only
Also:
- Bump PORTREVISION
- Skip build of man pages, which are already present in the distribution
- Add LICENSE
- Add USE_LDCONFIG
- Regenerate patches to follow the standard
- Pass maintainership to the submitter
PR: 248725
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
This makes sure the readline support is tuggled in the build time and not
affected by the libreadline installed or not during build/run time.
PR: 248631
Submitted by: ports-units@shalott.net
Approved by: jharris@widomaker.com (maintainer)
MFH: 2020Q3 (blanket: build, run, dependency fix)
* Speed up generation of input files list
* Add support escape JSON string to stream for export compile commands
* Support specifying required Ninja version
* Specify deps format for actions
* Don't assert on gn builds without any target
* Make data_deps in copy() targets work
* Use correct path to generated binary for EXECUTABLE target
* Make analyze handle targets from all toolchains
* Add no_check_targets config option
* On arm64 hosts, set host_cpu to 'arm64', not 'arm'
* Also apply no_check_target filtering to gn gen --check
* clang: Add support for C++ modules in deps
While here, reorder out of place variables
PR: 248685
Submitted by: o.hushchenkov@gmail.com (maintainer)
[188/188] LINK gn
ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
pkgresult = exec_script(pkg_config_script, args, "value")
^----------
Package gbm was not found in the pkg-config search path.
Perhaps you should add the directory containing `gbm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gbm', required by 'virtual:world', not found
Could not run pkg-config.
See //third_party/minigbm/BUILD.gn:122:3: whence it was called.
pkg_config("libgbm") {
^---------------------
See //ui/gfx/linux/BUILD.gn:41:5: which caused the file to be included.
"//third_party/minigbm",
^----------------------
From ChangeLog: https://www.lalescu.ro/liviu/fet/news.html
* Added a new feature to create easier overlapping groups/years, from the
subgroups/groups dialogs (suggested by samantha.goddard's file).
* Added the possibility of executing an external command after the generation
(suggested by Zsolt Udvari and other users). The implementation of this feature
was inspired by the Claws Mail software.
* Added a new example file from Hong Kong, by Marcus.
While here, reorder out of place variables.
PR: 248724
Submitted by: uzsolt@uzsolt.hu (maintainer)