summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04Updated databases/slony1, graphics/py-seaborn, devel/py-setuptools, ↵adam1-1/+12
devel/py-hypothesis, devel/py-dulwich, databases/py-sqlalchemy-utils, textproc/py-docutils, net/py-botocore, net/py-s3transfer, net/py-boto3, net/py-awscli
2017-09-041.11.145adam3-8/+13
api-change:ssm: Update ssm command to latest version api-change:mobile: Update mobile command to latest version api-change:gamelift: Update gamelift command to latest version
2017-09-041.4.7adam2-7/+7
enhancement:botocore: Raised minor version dependency for botocore
2017-09-04Follow some redirects.wiz166-350/+350
2017-09-040.1.11adam2-7/+7
bugfix:TransferManager: Properly handle unicode exceptions in the context manager.
2017-09-041.7.3adam3-8/+11
api-change:ssm: Update ssm client to latest version api-change:mobile: Update mobile client to latest version api-change:gamelift: Update gamelift client to latest version 1.7.2 api-change:codebuild: Update codebuild client to latest version api-change:ec2: Update ec2 client to latest version api-change:elbv2: Update elbv2 client to latest version api-change:lex-models: Update lex-models client to latest version 1.7.1 api-change:application-autoscaling: Update application-autoscaling client to latest version api-change:organizations: Update organizations client to latest version 1.7.0 api-change:ec2: Update ec2 client to latest version feature:Waiter: Expose configurable waiter interface api-change:config: Update config client to latest version
2017-09-04Release 0.14:adam3-9/+10
As rc2. * docutils/docs/ref/docutils.dtd: - Enable validation of Docutils XML documents against the DTD: * docutils/parsers/rst/: - Added functionality: escaped whitespace in URI contexts. - Consistent handling of all whitespace characters in inline markup recognition. (May break documents that relied on some whitespace characters (NBSP, ...) *not* to be recognized as whitespace.) * docutils/utils/smartquotes.py: - Update quote definitions for et, fi, fr, ro, sv, tr, uk. - Add quote definitions for hr, hsb, hu, lv, sh, sl, sr. - Differentiate apostrophe from closing single quote (if possible). - Add command line interface for stand-alone use (requires 2.7). * docutils/writers/_html_base: - Provide default title in metadata. - The MathJax CDN shut down on April 30, 2017. For security reasons, we don't use a third party public installation as default but warn if `math-output` is set to MathJax without specifying a URL. See math-output_ for details. * docutils/writers/html4css1: - Respect automatic table column sizing. * docutils/writers/latex2e/__init__.py - Handle class arguments for block-level elements by wrapping them in a "DUclass" environment. This replaces the special handling for "epigraph" and "topic" elements. * docutils/writers/odf_odt: - Language option sets ODF document's default language - Image width, scale, ... set image size in generated ODF. * tools/ - New front-end ``rst2html4.py``.
2017-09-04Comment out dead sites.wiz192-411/+411
2017-09-04caddy-0.10.7bsiegert2-3/+3
2017-09-04Update HOMEPAGE.wiz1-2/+2
2017-09-04Update Caddy to 0.10.7.bsiegert2-7/+7
0.10.7 This release introduces 3 new HTTP plugins: awses, jekyll, and forwardproxy, and supports SIGUSR2 for graceful binary upgrades. Read the release blog post for more information. A huge thanks to our sponsors for making continued development possible, and for keeping this release of Caddy free for everyone to use: Minio, Uptime Robot, and Sourcegraph! Change list: - Built with Go 1.9 - New 3rd-party plugin HTTP directives: jekyll, awses, forwardproxy - Different exit codes - Plan 9 support - Graceful binary upgrades with SIGUSR2 - internal: Support X-Accel-Redir without paths to protect - templates: Can execute templates loaded by other middleware - A few really good bug fixes 0.10.6 This is a hotfix for 0.10.5's fastcgi directive which invokes a runtime error on 32-bit and ARM architectures, due to a known, documented bug in Go. We don't run tests on 32-bit or ARM (yet) which would have been the only way to catch this error in an automated fashion. Sorry about that. Enjoy this release! It's the best one yet. 0.10.5 It's been kind of a crummy week for a lot of people, but here's some good news: Caddy 0.10.5 is out! This release fixes subtle issues that were present in proxying WebSockets or FastCGI connections. We've also improved MITM detection for iOS clients. There is a new header-based load balancing policy. On top of these changes, of note are these: The requestid directive has been renamed to request_id to be more consistent with other directives and subdirectives. There is a new default timeout in town: the idle timeout now has a default value of 5 minutes. Unlike the previous default timeouts, we don't expect this will negatively impact anyone. There is generally no good use for idle connections, and if you have a good use for them, you can disable this timeout in your Caddyfile. (We've tested this timeout on several kinds of sites for months and have had zero problems, only improvements in memory and FD usage.) This release is compatible with three new 3rd-party plugins! The http.cache plugin acts as a caching layer of middleware, which can drastically improve performance of serving your site. http.nobots attempts to dissuade bots from accessing your site. http.webdav was extracted from the filemanager plugin and enables webdav serving. As usual, a HUGE thanks to contributors who made this possible! Most of these changes were implemented by contributors to the project, while the maintainers have been busy working on improved proxy middleware and other things (that hopefully we can reveal soon). Our community is fantastic, and we and all Caddy users appreciate you. Thank you! Full change log: - Renamed requestid directive to request_id - Set default idle timeout of 5 minutes - New 3rd-party plugin directives: cache, nobots, webdav - New Unix timestamp placeholder {when_unix} - Improved MITM detection on iOS clients - errors, log: Fix log rolling parsing - gzip: Convert any ETag header to weak etag - fastcgi: Reverted persistent connections (issue #1736) - proxy: Added header loaded balancing policy - proxy: Fix hang on chunked WebSockets (e.g. with HomeAssistant) - Several other bug fixes and minor internal improvements
2017-09-040.32.16:adam2-7/+7
- Added more hints when decrypting AES with an invalid key
2017-09-04Remove gdeskcal. No upstream, last release from 2004.wiz6-209/+3
Even debian has already removed it.
2017-09-040.18.3:adam2-7/+7
BUG FIXES * Read config during porcelain operations that involve remotes. * Fix headers of empty chunks in unified diffs. * Properly follow redirects over HTTP. IMPROVEMENTS * Add ``dulwich.porcelain.update_head``. * ``GitClient.fetch_pack`` now returns symrefs. * The server now supports providing symrefs. * Add ``dulwich.object_store.commit_tree_changes`` to incrementally commit changes to a tree structure. * Add basic ``PackBasedObjectStore.repack`` method.
2017-09-043.23.2:adam2-7/+7
This is a small refactoring release that removes a now-unused parameter to an internal API. It shouldn’t have any user visible effect. 3.23.1: Hypothesis no longer propagates the dynamic scope of settings into strategy definitions. This release is a small change to something that was never part of the public API and you will almost certainly not notice any effect unless you’re doing something surprising, but for example the following code will now give a different answer in some circumstances: import hypothesis.strategies as st from hypothesis import settings CURRENT_SETTINGS = st.builds(lambda: settings.default) (We don’t actually encourage you writing code like this) Previously this would have generated the settings that were in effect at the point of definition of CURRENT_SETTINGS. Now it will generate the settings that are used for the current test. It is very unlikely to be significant enough to be visible, but you may also notice a small performance improvement.
2017-09-04v36.4.0adam2-7/+7
* 1075: Add new ``Description-Content-Type`` metadata field. `See here for documentation on how to use this field. * 1068: Sort files and directories when building eggs for deterministic order. * 196: Remove caching of easy_install command in fetch_build_egg. Fixes issue where ``pytest-runner-N.N`` would satisfy the installation of ``pytest``. * 1129: Fix working set dependencies handling when replacing conflicting distributions (e.g. when using ``setup_requires`` with a conflicting transitive dependency, fix 1124). * 1133: Improved handling of README files extensions and added Markdown to the list of searched READMES. * 1135: Improve performance of pkg_resources import by not invoking ``access`` or ``stat`` and using ``os.listdir`` instead.
2017-09-04v0.8.1:adam2-7/+7
Added a warning in FacetGrid when passing a categorical plot function without specifying order (or hue_order when hue is used), which is likely to produce a plot that is incorrect. Improved compatibility between FacetGrid or PairGrid and interactive matplotlib backends so that the legend no longer remains inside the figure when using legend_out=True. Changed categorical plot functions with small plot elements to use dark_palette instead of light_palette when generating a sequential palette from a specified color. Improved robustness of kdeplot and distplot to data with fewer than two observations. Fixed a bug in clustermap when using yticklabels=False. Fixed a bug in pointplot where colors were wrong if exactly three points were being drawn. Fixed a bug inpointplot where legend entries for missing data appeared with empty markers. Fixed a bug in clustermap where an error was raised when annotating the main heatmap and showing category colors. Fixed a bug in clustermap where row labels were not being properly rotated when they overlapped. Fixed a bug in kdeplot where the maximum limit on the density axes was not being updated when multiple densities were drawn. Improved compatibility with future versions of pandas.
2017-09-04Slony 2.2.6:adam2-7/+7
The next bug fix release in the 2.2.x series is now available. This release includes the following * slonik_build_env can now accept multiple -schema options on the command line * Support for PG10. This involved changes to PG version detection * Disallow createEvent and data changes in the same transaction. * Fix some failover issues when doing a multi-node failover with a cascade node * Bug 341 - suppress log trigger/deny when running in 'local' mode * Fix issue when receiving DDL from non origin nodes
2017-09-04Updated www/py-WebTest to 2.0.28, time/py-icalendar to 3.11.7, ↵adam1-1/+5
devel/py-pluggy to 0.5.1, devel/py-radon to 2.0.3
2017-09-042.0.3:adam3-8/+15
Fix encoding issues for all commands
2017-09-040.5.1:adam3-12/+14
fix a bug and add tests for case where firstresult hooks return None results. 0.5.0: fix bug where callbacks for historic hooks would not be called for already registered plugins. fix 17 by considering only actual functions for hooks this removes the ability to register arbitrary callable objects which at first glance is a reasonable simplification, thanks @RonnyPfannschmidt for report and pr. fix 19: allow registering hookspecs from instances. The P R from @tgoodlet also modernized the varnames implementation. resolve 32: split up the test set into multiple modules. resolve 14: add full sphinx docs. add hook call mismatch warnings. resolve 44: move to new-style classes. add baseline benchmarking/speed tests using pytest-benchmark in P R 54. update the README to showcase the API. deprecate __multicall__ and add a faster call loop implementation. raise a comprehensible error when a hookimpl is called with positional args. fix the firstresult test making it more complete and remove a duplicate of that test.
2017-09-043.11.7:adam2-7/+7
New features: * added vUTCOffset.ignore_exceptions to allow surpressing of failed TZOFFSET parsing (for now this ignores the check for offsets > 24h)
2017-09-042.0.28:adam2-7/+7
- Fixed 185: Fix strict cookie policy - Fixed 146: Improve fields value checking when enctype is multipart - Fixed 119: Assertion error should be raised when you have non-string response header - Bugfix: Allow to set an int value to form fields when enctype is multipart - Added py36 to tox.ini / .travis.yaml
2017-09-04Fix portability issues.joerg4-1/+64
2017-09-04Use system iovec on FreeBSD and NetBSD. Bump revision.joerg4-2/+31
2017-09-04Deal with absence of limit macros in C++98.joerg1-1/+4
2017-09-04Use ASCII.joerg2-1/+13
2017-09-04Updated graphics/opencv-contrib-face to 3.3.0fhajny1-1/+3
2017-09-04Update graphics/opencv to 3.3.0.fhajny11-82/+132
Sync opencv-contrib-face too. Main changes: - DNN module from opencv_contrib was promoted to the main repository, improved and accelerated it a lot. An external BLAS implementation is not needed anymore. For GPU there is experimental DNN acceleration using Halide (http://halide-lang.org). - OpenCV can now be built as C++ 11 library using the flag ENABLE_CXX11. Some cool features for C++ 11 programmers have been added. - We've also enabled quite a few AVX/AVX2 and SSE4.x optimizations in the default build of OpenCV thanks to the feature called 'dynamic dispatching'. The DNN module also has some AVX/AVX2 optimizations. - Intel Media SDK can now be utilized by our videoio module to do hardware-accelerated video encoding/decoding. MPEG1/2, as well as H.264 are supported. - Embedded into OpenCV Intel IPP subset has been upgraded from 2015.12 to 2017.2 version, resulting in ~15% speed improvement in our core & imgproc perf tests. Full release notes: https://github.com/opencv/opencv/wiki/ChangeLog
2017-09-04Recursive bump for poppler 0.58 shlib bump.wiz38-73/+76
2017-09-04Updated print/poppler to 0.58.0wiz2-3/+3
2017-09-04Update poppler* to 0.58.0:wiz9-28/+31
Release 0.58.0 core: * CairoOutputDev: cairo 1.14 now has high quality downscaling * Signature related improvements. Bug #99271 * Tweak which cmap we use. Bug #101855 * Memory leak fixes * Substantial rework of the internals * win32: call ANSI functions directly. Bug #100312 * Add some documentation qt5: * Expose signature information. * ArthurOutputDev: initialize the image with the paper color. Bug #102129 * Fix copy'n'paste bugs: Qt4 -> Qt5 * ArthurOutputDev: Properly set the QPainter transformation * ArthurOutputDev: Use Qt::SvgMiterJoin instead of Qt::MiterJoin. Bug #102356 utils: * pdfinfo: add -dests option to print named destinations. Bug #97262 * pdftocairo: add -jpegopt for setting jpeg compression parameters. Bug #45727 * pdftoppm: add -jpegopt for setting jpeg compression parameters. Bug #45727 * pdfimages: support listing/extracting inline images. Bug #25625 build system: * cmake: Various Windows fixes * cmake: Use -std=c++11 instead of -std=gnu++11 cpp: * Fix page.text() not taking page orientation into account. Bug #94517
2017-09-04Added sysutils/u-boot-cubieboard4 version 2017.07jmcneill1-1/+2
2017-09-04+ u-boot-cubieboard4jmcneill1-1/+2
2017-09-04Initial import of u-boot-cubieboard4-2017.07.jmcneill3-0/+14
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and run application code. This package provides U-Boot for the Cubietech Cubieboard4.
2017-09-04+ ImageMagick-7.0.7.0, calibre-3.7.wiz1-3/+3
2017-09-04Updated devel/py-setuptools to 36.3.0wiz2-3/+3
2017-09-04Updated py-setuptools to 36.3.0.wiz2-7/+7
v36.3.0 ------- * #1131: Make possible using several files within ``file:`` directive in metadata.long_description in ``setup.cfg``.
2017-09-04Updated databases/py-psycopg2 to 2.7.3.1wiz2-3/+3
2017-09-04Updated py-psycopg2 to 2.7.3.1.wiz2-7/+7
What's new in psycopg 2.7.3.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Dropped libresolv from wheel package to avoid incompatibility with glibc 2.26 (wheels ticket #2)
2017-09-04Updated finance/moneyguru to 2.11.0wiz2-3/+3
2017-09-04Updated moneyguru to 2.11.0.wiz3-399/+68
2.11.0 (2017-08-23) Avoid duplicate logging to both stderr and NSLog. [cocoa] #476 Improve build process on Mac OS. [cocoa] #474 Fixed year handling in macOS date formats. [cocoa] #477 Fixed currency fetching for ranges greater than 30 days. #479 Add an option to enter date elements from left to right instead of the default d -> m -> y order. #480 Fix crash during pane drag & drop. [qt] Fix Bank of Canada currency fetching. It was broken. Fix quirks with edition mode during transaction addition. [qt] Add UTF-16 support to CSV imports. #486 Improve autofill by allowing it to autofill more often. Improve build process.
2017-09-04Updated www/py-google-api-python-client to 1.6.3wiz2-3/+3
2017-09-04Updated py-google-api-python-client to 1.6.3.wiz2-7/+11
v1.6.3 Version 1.6.3 Bugfix release - Add notification of maintenance mode to README. (#410) - Fix generation of methods with abnormal page token conventions. (#338) - Raise ValueError is credentials and developerKey are both specified. (#358) - Re-generate documentation. (#364, #373, #401) - Fix method signature documentation for multiline required parameters. (#374) - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377) - Fix dead link to WebTest in README. (#378) - Fix details missing in googleapiclient.errors.HttpError. (#412) - Don't treat httplib2.Credentials as oauth credentials. (#425) - Various fixes to the Django sample. (#413)
2017-09-04Updated misc/todoman to 3.2.1wiz2-3/+3
2017-09-04Updated todoman to 3.2.1.wiz2-8/+8
v3.2.1 ------ * Fix start-up crash caused by click_log interface change. * Dropped runtime dependency: ``click_log``.
2017-09-04Updated mail/thunderbird-enigmail to 1.9.8.2wiz2-3/+3
2017-09-04Updated thunderbird-enigmail to 1.9.8.2.wiz2-7/+8
Changes to 1.9.8.1 not found.
2017-09-04Updated misc/py-anki2 to 2.0.47wiz2-3/+3
2017-09-04Updated py-anki2 to 2.0.47.wiz2-7/+7
Fixes an issue that could allow a specially crafted .apkg file to write files outside the media folder during import. AnkiWeb shared decks were not affected, but upgrading is strongly recommended if you import .apkg files from third party sources. A big thanks to David Bailey for discovering this issue.