Commit graph

292902 commits

Author SHA1 Message Date
adam
a3537d9682 py-scrapy: updated to 1.6.0
Scrapy 1.6.0:

Highlights:
* better Windows support;
* Python 3.7 compatibility;
* big documentation improvements, including a switch
  from .extract_first() + .extract() API to .get() + .getall()
  API;
* feed exports, FilePipeline and MediaPipeline improvements;
* better extensibility: :signal:item_error and
  :signal:request_reached_downloader signals; from_crawler support
  for feed exporters, feed storages and dupefilters.
* scrapy.contracts fixes and new features;
* telnet console security improvements, first released as a
  backport in :ref:release-1.5.2;
* clean-up of the deprecated code;
* various bug fixes, small new features and usability improvements across
  the codebase.
2019-01-31 09:07:46 +00:00
adam
57913482b8 nodejs: updated to 10.15.1
10.15.1:
Notable Changes
doc:
- add oyyd to collaborators (Ouyang Yadong)
tls:
- throw if protocol too long
Bug fixes
2019-01-31 08:46:37 +00:00
adam
2145ac1881 Updated devel/py-flake8, www/py-django-admin-rangefilter, www/py-django-extensions, devel/py-anytree 2019-01-31 08:21:32 +00:00
adam
24c881ddba py-anytree: updated to 2.5.0
2.5.0:
add leaves attribute to node class
add utils with commonancestors, leftsibling and rightsibling methods
skip python 2.6 support
2019-01-31 08:21:09 +00:00
adam
cf9b9ff311 py-django-extensions: updated to 2.1.5
2.1.5
Changes:
New: ipdb, pdb and wdb filters
Fix: ForeignKeySearchInput, error with widget render(...) parameters on Django 2.1
Fix: pipchecker, unsupported format string passed to NoneType.format error
Tests: bunch of new test cases
2019-01-31 08:16:03 +00:00
adam
85599e94d8 py-django-admin-rangefilter: updated to 0.3.11
0.3.11:
Avoid loading admin_static in templates under Django>=1.10
2019-01-31 08:12:51 +00:00
adam
801af3a6d7 py-flake8: updated to 3.7.3
3.7.3:
Bugs Fixed
Fix imports of typing in python 3.5.0 / 3.5.1
Fix flake8 --statistics
Gracefully ignore flake8-per-file-ignores plugin if installed
Improve error message for malformed per-file-ignores

3.7.2:
Bugs Fixed
Fix broken flake8 --diff (regressed in 3.7.0)
Fix typo in plugin exception reporting
Fix AttributeError while attempting to use the legacy api (regressed in
3.7.0)
2019-01-31 08:10:41 +00:00
adam
dd7684c2cc compiler-rt: fix PLIST.Darwin after OS_DIR change 2019-01-31 06:55:37 +00:00
adam
74be49eaea Updated devel/py-typed-ast, devel/py-codestyle, devel/py-flake8 2019-01-30 22:53:32 +00:00
adam
cd7d2bf07a py-flake8: updated to 3.7.1
3.7.1:
Bugs Fixed
- Fix capitalized filenames in per-file-ignores setting

3.7.0:
New Dependency Information
- Add dependency on entrypoints >= 0.3, < 0.4
- Pyflakes has been updated to >= 2.1.0, < 2.2.0
- pycodestyle has been updated to >= 2.5.0, < 2.6.0

Features
- Add support for per-file-ignores
- Enable use of float and complex option types
- Improve startup performance by switching from pkg_resources to
  entrypoints
- Add metadata for use through the pre-commit_ git hooks framework
- Allow physical line checks to return more than one result
- Allow # noqa:X123 comments without space between the colon and codes
  list
- Remove broken and unused flake8.listen plugin type
2019-01-30 22:53:11 +00:00
adam
0c30487b66 py-codestyle: updated to 2.5.0
2.5.0:

New checks:
* E117: Over-indented code blocks
* W505: Maximum doc-string length only when configured with --max-doc-length

Changes:
* Remove support for EOL Python 2.6 and 3.3.
* Add E117 error for over-indented code blocks.
* Allow W605 to be silenced by # noqa and fix the position reported by W605
* Allow users to omit blank lines around one-liner definitions of classes and
  functions
* Include the function return annotation (->) as requiring surrounding
  whitespace only on Python 3
* Verify that only names can follow await. Previously we allowed numbers
  and strings.
* Add support for Python 3.7
* Fix detection of annotated argument defaults for E252
* Cprrect the position reported by W504
2019-01-30 22:44:53 +00:00
adam
93178e4fcd py-typed-ast: updated to 1.3.0
1.3.0:
Unknown changes
2019-01-30 22:42:45 +00:00
markd
1003c7d604 tex-tex4ht: fix PLIST for last update 2019-01-30 19:34:48 +00:00
jperkin
2102f90d4c harfbuzz: Fix build on SunOS where int8_t is not explicitly "signed". 2019-01-30 19:21:22 +00:00
nia
d02c8fc2f1 doc: Updated chat/gajim-plugin-omemo to 2.6.26 2019-01-30 17:57:26 +00:00
nia
c0ccabc757 doc: Updated chat/gajim to 1.1.2 2019-01-30 17:57:01 +00:00
nia
ecd1d2345f chat/gajim-plugin-omemo: Update to 2.6.26
2.6.26 / 2019-01-05
- Fix label color
- Don't add additional thread node
- Add fallback body
2019-01-30 17:56:45 +00:00
nia
78068dde02 chat/gajim: Update to 1.1.2.
Gajim 1.1.2 (15 January 2019)

  Bug fixes

  * #9525 Windows/Mac: Links are not clickable in the About dialog
  * #9535 Jingle Audio: Update codecs
  * #9537 DiscoveryWindow: Fix bookmarking a group chat
  * DBus: Correctly raise NewMessage signal
  * Clicking on tray notifications does not open the chat
2019-01-30 17:55:24 +00:00
nia
6b8cc1bc5e doc: Updated chat/py-nbxmpp to 0.6.9 2019-01-30 17:54:09 +00:00
nia
d72ecf327c chat/py-nbxmpp: Update to 0.6.9
python-nbxmpp 0.6.9 (10 January 2019)

 * Always bind after SM failed Fixes #64
 * Dont try and guess system language
2019-01-30 17:53:48 +00:00
nia
47ceb0081e doc: Updated chat/znc to 1.7.2 2019-01-30 17:09:09 +00:00
nia
df47904d0b chat/znc: Update to 1.7.2.
Take maintainership I guess since I'm using this.

Changes from 1.7.1:

New

    Add French translation
    Update translations

Fixes

    Fix compilation without deprecated APIs in OpenSSL (#1615)
    Distinguish Channel CTCP Requests and Replies (#1624)
    admindebug: Enforce need of TTY to turn on debug mode (#1580)
    controlpanel: Add missing return to ListNetMods (#1589)
    webadmin: Fix adding the last allowed network (#1584)

Internal

    Add more details to DNS error logs (#1626)
2019-01-30 17:08:55 +00:00
leot
355e35f91b py-boto: Fix a typo for bin/dynamodb_dump ALTERNATIVES wrapper
PKGREVISION++
2019-01-30 16:07:07 +00:00
schmonz
15c64d7875 doc: Updated devel/p5-Ouch to 0.0501 2019-01-30 15:45:21 +00:00
schmonz
080046c125 Update to 0.0501. From the changelog:
- Auto generate META.json as suggested by CPANTS. (Mohammad S Anwar)
2019-01-30 15:45:08 +00:00
leot
d3433d3184 options.description: Add color and xlsx options
(Used by math/sc-im.)
2019-01-30 13:01:06 +00:00
leot
f8ea09024b doc: Added math/sc-im version 0.7.0 2019-01-30 12:59:11 +00:00
leot
2b5c5443c2 math: Add sc-im 2019-01-30 12:58:55 +00:00
leot
afbdf02e54 sc-im: Import sc-im-0.7.0 as math/sc-im
'SC Improved', a curses-based spreadsheet program based on sc.  New features
include undo and redo, colors, sorting, plotting and XLS[X] support.

Packaged in pkgsrc-wip by Sijmen J. Mulder.
2019-01-30 12:58:24 +00:00
leot
d25bc1ac19 doc: Added textproc/libxlsxwriter version 0.8.4 2019-01-30 12:56:35 +00:00
leot
8ccbe85187 textproc: Add libxlsxwriter 2019-01-30 12:56:14 +00:00
leot
94d1496102 libxlsxwriter: Import libxlsxwriter-0.8.4 as textproc/libxlsxwriter
C library that can be used to write text, numbers, formulas and hyperlinks to
multiple worksheets in a Microsoft Excel 2007+ XLSX file.

It supports features such as full formatting support, merged cells, defined
names, autofilters and charts.

Packaged in pkgsrc-wip by Sijmen J. Mulder.
2019-01-30 12:55:13 +00:00
markd
ac542d73ae more tex package updates 2019-01-30 11:56:20 +00:00
markd
26402f1a2b texlive-collection-latexextra: update to rev 49774 2019-01-30 11:48:00 +00:00
leot
d02095ee7c doc: Updated sysutils/noice to 0.7 2019-01-30 11:46:38 +00:00
leot
c19c40f2cf noice: Update to 0.7
Changes:
0.7
---
 - Add support for directory sorting
 - Add case insensitive comparison
 - Add colors
 - Change emacs keybinds for jumping to first/last entry
 - Minor bug fixes and improvements
 - Use sxiv instead of feh by default
 - Use mpv instead of mplayer by default
2019-01-30 11:46:26 +00:00
markd
bd996e3551 texlive-collection-publishers: update to rev 49752 2019-01-30 11:24:56 +00:00
markd
c279475df4 tex-luaotfload{,-doc}: update to 2.94
This version syncs the files with the ConTeXt files from2018/12/19. It
extends the mode key to allow the use of more fontloaders. It is the last
version which can be used with luatex 1.07. Future versions will need 1.09
and will be available only at the github site until texlive 2018 is freezed.
2019-01-30 11:09:34 +00:00
markd
83f2f38479 tex-revtex{,-doc}: update to 4.2c
REVTeX 4.2 is the latest update to REVTeX.  Changes include:

 * Added support for additional APS journals,  Physical Review X,
    Physical Review Accelerators and Beams, Physical Review Applied,
    Physical Review Fluids, Physical Review Materials, and Physical
    Review Education Research.
    There are new options prx,  prab, prapplied, prfluids, and
    prmaterials, and prper.

 * Added a unified physrev option for Physical Review journal style
   (the Phys. Rev. journals have no or few variations).

 * The prb option now conforms with Physical Review B's updated style
   that uses the same non-superscripted citations as other APS journals.

 * Added support for additional AIP journals, AIP Advances, Applied
   Physics Letters Materials, and Structural Dynamics as well as AIP
   Conference Proceedings. There are new options adv, apm, sd, and cp.

 * Added support for the  Society of Rheology (sor) and its journal,
   Journal of Rheology (jor).

 * The reprint style for AIP's journal JMP was changed to one-column
   formatting.

 * For all APS journal options, complete article titles are now
   displayed in bibliography entries citing journal articles when
   using Bib\TeX\ by default.

 * In the Phys. Rev. Bib\TeX\ style file, article titles in the
   bibliography are set in roman font.

 * The behavior of the noeprints option has been improved.

 * Support has been added for citing data sets in the Bib\TeX\ styles.

 * Support for citing journals that use a DOI instead of pages or article
   identifiers has been improved (for APS Phys. Rev. Bib\TeX\ style).

 * The indentation of tables of contents have been improved.

 * The onecolumn option no longer defaults to creating a separate title page.

 * The showpacs option is completely ignored now.


 This update (version 4.2c) includes updated bst files to address
 a serious bug. It also includes the additional files necessary to
 handle REVTeX 4.1 documents as a convenience to users and TeX
 distribution maintainers.
2019-01-30 10:55:26 +00:00
markd
fbf34cf0e1 tex-tex4ht{,-doc}: update to 2018.49753
changes unknown
2019-01-30 10:44:57 +00:00
markd
080c042574 tex-fontspec{,-doc}: update to 2.6l
## v2.6k (2019/01/16)
* Fix crash when loading fonts that are missing a requested script.

## v2.6l (2019/01/18)
* REALLY fix crash when loading fonts that are missing a requested script.
* Lots of internal logic changes for what should have been an easy fix :(
2019-01-30 10:36:03 +00:00
nia
e81a383948 chat/Makefile: Revert accidental removal of carbons-purple and lurch-purple. 2019-01-30 10:34:16 +00:00
markd
2d50a16b2d tex-lualibs{,-doc}: update to 2.62
This version syncs the files with the ConTeXt files from 2018-12-19.
2019-01-30 10:23:19 +00:00
nia
94dcdf20c5 doc: Added chat/inspircd version 2.0.27 2019-01-30 10:17:09 +00:00
nia
b18b35294d chat/inspircd: Import version 2.0.27 from pkgsrc-wip.
Some assistance and feedback with packaging from the inspircd
maintainer, thanks.

InspIRCd is a modular Internet Relay Chat (IRC) server.

It was created from scratch to be stable, modern and lightweight.
It avoids a number of design flaws and performance issues that
plague other more established projects, such as UnrealIRCd, while
providing the same level of feature parity.
2019-01-30 10:16:47 +00:00
markd
b3b37a2c2b texlive-collection-langfrench: update to rev 49728 2019-01-30 10:15:45 +00:00
markd
fdd4233b92 texlive-collection-xetex: update to rev 49732 2019-01-30 10:11:07 +00:00
markd
3eab10440f tex-parskip{,-doc}: update to 2.0c
support for calc in options
2019-01-30 10:06:15 +00:00
markd
ed0bc632ef texlive-collection-mathscience: update to rev 49722 2019-01-30 09:54:20 +00:00
markd
614e8f379a tex-elsarticle{,-doc}: update to 3.1
In this version 3.1 we have slightly modified the \tnotemark defnition
to fix a "missing number" LaTeX error on the first LaTeX run (before
the labels are written to the aux file). elsarticle.dtx is modified for
this.  Earlier, this was a problem with editors that break compilations
on LaTeX errors (such as LyX).
2019-01-30 09:38:18 +00:00