Commit graph

274671 commits

Author SHA1 Message Date
wiz
22cdc89a96 compat30: fix HOMEPAGE 2017-12-24 09:43:56 +00:00
wiz
b102d7d5b1 chemical-mime-data: comment out dead sites 2017-12-24 09:42:12 +00:00
ryoon
38b60edd10 Fix gtk3 option build
Reported by pgoyette@ on pkgsrc-users@. Thank you.
2017-12-24 09:13:10 +00:00
wiz
79497474b9 mk: Describe new fossil options. 2017-12-23 21:12:13 +00:00
wiz
c350785a94 doc: Updated devel/fossil to 2.4 2017-12-23 21:11:42 +00:00
wiz
60fa515123 fossil: update to 2.4.
Based on PR 52850 by dziltener@lyrion.ch.

Changes for Version 2.4 (2017-11-03)

    New feature: URL Aliases. URL Aliases allow an administrator to define their own URLs on the web interface that are rewritten to built-in URLs with specific parameters. Create and configure URL Aliases using the /Setup/URL_Aliases menu option in the web interface.
    Add tech-note search capability.
    Add the -r|--revision and -o|--origin options to the annotate command.
    Add the origin= query parameter to the /annotate webpage.
    The fossil annotate command and the /annotate web page go backwards in time as far as can be computed in 30 milliseconds by default, rather than stopping after 20 steps. The new limit= query parameter or the --limit command-line option can be used to alter this timeout.
    Provide separate on-line help screens for each setting.
    Back out support for the --no-dir-symlinks option
    Remove support from the legacy configuration sync protocol. The only way now to do a configuration push or pull is to use the new protocol that was added in 2011.
    Add the from= and to= query parameters to /fdiff in order to get a diff of two files in the same check-in.
    Fix the "ssh://" protocol to prevent an attack whereby the attacker convinces a victim to run a "clone" with a dodgy URL and thereby gains access to their system.
    Provide a checkbox that will temporarily disable all ad-units.
    Improvements to the /stat page
    Various new hyperlinks to the /bloblist and /bigbloblist pages.
    Correct the /doc page to support read-only repositories.
    Correct /zip, /tarball, zip, and tarball pages and commands to honor the versioned manifest setting when outside of an open checkout directory.
    The admin-log and access-log settings are now on by default for new repositories.
    Update the built-in SQLite to version 3.21.0.

Changes for Version 2.3 (2017-07-21)

    Update the built-in SQLite to version 3.20.0 (beta).
    Update internal Unicode character tables, used in regular expression handling, from version 9.0 to 10.0.
    Show the last-sync-URL on the /urllist page.
    Added the "Event Summary" activity report. example
    Added the "Security Audit" page, available to administrators only
    Added the Last Login time to the user list page, for administrators only
    Added the --numstat option to the fossil diff command
    Limit the size of the heap and stack on unix systems, as a proactive defense against the Stack Clash attack.
    Fix "database locked" warnings caused by "PRAGMA optimize".
    Fix a potential XSS vulnerability on the /help webpage.
    Documentation updates
2017-12-23 21:11:32 +00:00
wiz
f45cb218db doc/TODO: + scummvm-2.0. 2017-12-23 19:34:50 +00:00
wiz
14c5e5bbb6 scummvm: update HOMEPAGE 2017-12-23 19:33:52 +00:00
markd
32b0a117e4 tex-carlisle: drop dependency on tex-latex-bin to remove circular dependency 2017-12-23 19:06:32 +00:00
gdt
543f405c78 note start of freeze for 2017Q4 2017-12-23 02:11:30 +00:00
markd
15e7445330 tex-latex-bin: add dependency on tex-babel 2017-12-22 22:08:03 +00:00
markd
f6dcc80087 tex-babel: drop dependency on tex-latex-bin 2017-12-22 22:04:56 +00:00
plunky
ec520e49c1 fix build on NetBSD-8; the qt4 qmake puts in =std=c++98 by default
but this need c++0x at least

(this fixes only with gcc; clang build claims that CGAL needs updating)
2017-12-22 21:50:02 +00:00
markd
dd34a4e909 ipmitool update 2017-12-22 21:47:20 +00:00
markd
1f7c44739e ipmitool: update to 1.8.18
version 1.8.18 2016-10-08
 * Add mac2str() and str2mac() to print/parse MAC address
 * Change formatting, remove commented-out code in
   src/plugins/imb/imbapi.c
 * Export find_lan_channel() as global
 * Expose _ipmi_get_channel_info()
 * Extend buf2str to allow separator
 * Fix indentation of #define in src/plugins/imb/imbapi.c
 * Fix missing `goto out_free;` when ipmi_parse_hex() returns (-1)
 * Fix warning for buf2str argument
 * Various Bug fixes

version 1.8.17 2016-05-01
 * Add INSTALL and NEWS, mandated by autoconf
 * Added missing ipmi_sel_supermicro.h to template Makefile.am
 * Check rsp->data_len in ipmi_sel_get_info()
 * Various Bug fixes

version 1.8.16 2015-11-22
 * Add _ipmi_get_channel_access() and _ipmi_get_channel_info()
 * Add _ipmi_get_user_access() and _ipmi_set_user_access()
 * Add _ipmi_get_user_name()
 * Add _ipmi_set_channel_access() function
 * Add _ipmi_set_user_password() function
 * Add limits check in get_cmdline_macaddr()
 * Change expression in ipmi_pef_get_info() in order to silence Coverity
 * Change expression in ipmi_pef_list_policies() in order to silence Coverity
 * Code cleanup in ipmi_user_main()
 * Create ask_password() and re-use code
 * Delete dead code from ipmi_sunoem_echo()
 * Don't output pidfile before parsing command line arguments
 * Don't use tmp variable since it's not necessary in ipmi_user_test()
 * Various Bug fixes

version 1.8.15 2014-11-24
 * Various Bug fixes

version 1.8.14 2014-05-05
 * Various Bug fixes

version 1.8.13 2013-09-09
 * Various Bug fixes

version 1.8.12 released 2012-08-09
 * Added IPMB dual bridge support (no need for driver support)
 * Enable compiler warnings and resolve all compiler warning so that
   ipmitool compiles and links with no warning or error messages
 * add ipmishell line to configure
 * fail configure when no curses or readline is found
 * support sensor bridging in free interface
 * Document the ipmitool dcmi commands in the ipmitool man page
 * Document that some commands are blocked by OpenIPMI.
 * Document the -N and -R options
 * fix manpage misdocumentation on cipher suite privilige configuration
 * Add build support for Dell OEM commands
 * Add new Dell OEM commands and update man page
 * added hpm and fwum in man page
 * man page update for fwum and hpm commands
 * Added documentation for 'ime' operating mode, used to update Intel ME.
 * add new -Y option to prompt user to enter kgkey
 * Add DCMI module (Data Center Management Interface)
 * Various Bug fixes
2017-12-22 21:45:23 +00:00
he
3ae8ddba26 Note update of devel/py-game to 1.9.3nb1. 2017-12-22 19:06:20 +00:00
he
f3530a6154 If localbase is set, avoid nulling out the search path (use +=).
Also search for X11 includes in X11R6/include and X11R7/include.
Fixes the configure phase on NetBSD/amd64 with native X11.
Bump PKGREVISION.
2017-12-22 19:05:44 +00:00
adam
b9dea0f6ce Updated graphics/py-matplotlib 2017-12-22 12:24:31 +00:00
adam
01f6bdebe1 py-matplotlib: updated to 2.1.1
2.1.1:
Bug fixes.
2017-12-22 12:21:54 +00:00
adam
48c7425253 Updated devel/py-falcon, time/py-tempora, devel/py-hypothesis, fonts/py-fonttools 2017-12-22 06:08:26 +00:00
adam
a2ab49236f py-fonttools: updated to 3.21.0
3.21.0:
[cmap] when compiling format6 subtable, don't assume gid0 is always called '.notdef'.
[ot] Allow decompiling fonts with bad Coverage format number.
Change FontTools licence to MIT.
[post] Prune extra names already in standard Mac set.
[subset] Delete empty SubrsIndex after subsetting.
[varLib] Don't share points in cvar by default, as it currently fails on some browsers.
[afmLib] Make poor old afmLib work on python3.
2017-12-22 06:07:42 +00:00
adam
463fd81224 py-hypothesis: updated to 3.44.3
3.44.3:
This release improves the shrinker in cases where examples drawn earlier can affect how much data is drawn later (e.g. when you draw a length parameter in a composite and then draw that many elements). Examples found in cases like this should now be much closer to minimal.

3.44.2:
This is a pure refactoring release which changes how Hypothesis manages its set of examples internally. It should have no externally visible effects.

3.44.1:
This release fixes :issue:`997`, in which under some circumstances the body of tests run under Hypothesis would not show up when run under coverage even though the tests were run and the code they called outside of the test file would show up normally.

3.44.0:
This release adds a new feature: The :ref:`@reproduce_failure <reproduce_failure>`, designed to make it easy to use Hypothesis's binary format for examples to reproduce a problem locally without having to share your example database between machines.

This also changes when seeds are printed:

They will no longer be printed for normal falsifying examples, as there are now adequate ways of reproducing those for all cases, so it just contributes noise.
They will once again be printed when reusing examples from the database, as health check failures should now be more reliable in this scenario so it will almost always work in this case.
2017-12-22 05:57:50 +00:00
adam
1f239cee97 py-tempora: updated to 1.10
1.10
Added ``timing.BackoffDelay``, suitable for implementing
exponential backoff delays, such as those between retries.
2017-12-22 05:55:39 +00:00
adam
b932113dac py-falcon: updated to 1.3.0
Changelog for Falcon 1.3.0

Changes to Supported Platforms
- CPython 3.6 is now fully supported.
- Falcon appears to work well on PyPy3.5, but we are waiting until
  that platform is out of beta before officially supporting it.
- Support for both CPython 2.6 and Jython 2.7 is now deprecated and
  will be discontinued in Falcon 2.0.

New & Improved
- We added built-in resource representation serialization and
  deserialization, including input validation based on JSON Schema.
  (See also: :ref:`Media <media>`)
- URI template field converters are now supported. We expect to expand
  this feature over time. (See also:
  :ref:`Field Converters <routing_field_converters>`)
- A new method, :meth:`~.Request.get_param_as_datetime`, was added to
  :class:`~.Request`.
- A number of attributes were added to :class:`~.Request` to
  make proxy information easier to consume. These include the
  :attr:`~.Request.forwarded`, :attr:`~.Request.forwarded_uri`,
  :attr:`~.Request.forwarded_scheme`, :attr:`~.Request.forwarded_host`,
  and :attr:`~.Request.forwarded_prefix` attributes. The
  :attr:`~.Request.prefix` attribute was also added as part of this
  work.
- A :attr:`~.Request.referer` attribute was added to
  :class:`~.Request`.
- We implemented ``__repr__()`` for :class:`~.Request`,
  :class:`~.Response`, and :class:`~.HTTPError` to aid in
  debugging.
- A number of Internet media type constants were defined to make it
  easier to check and set content type headers. (See also:
  :ref:`Media Type Constants <media_type_constants>`)
- Several new 5xx error classes were implemented. (See also:
  :ref:`Error Handling <errors>`)

Fixed
- If even a single cookie in the request to the server is malformed,
  none of the cookies will be parsed (all-or-nothing). Change the
  parser to simply skip bad cookies (best-effort).
- :class:`~.API` instances are not pickleable. Modify the default router
  to fix this.
2017-12-22 05:53:05 +00:00
adam
e10ba79452 Updated textproc/py-acora, archivers/zstd 2017-12-21 14:55:44 +00:00
adam
4fa7732184 zstd: updated to 1.3.3
1.3.3:
perf: improved zstd_opt strategy (levels 16-19)
fix : bug 944 : multithreading with shared ditionary and large data
cli : fix : content size written in header by default
cli : fix : improved LZ4 format support
cli : new : hidden command -b -S, to benchmark multiple files and generate one result per file
api : change : when setting pledgedSrcSize, use ZSTD_CONTENTSIZE_UNKNOWN macro value to mean "unknown"
api : fix : support large skippable frames
api : fix : re-using context could result in suboptimal block size in some corner case scenarios
api : fix : streaming interface was adding a useless 3-bytes null block to small frames
build: fix : compilation under rhel6 and centos6
build: added check target
build: improved meson support
2017-12-21 14:54:43 +00:00
ryoon
6869ec1cae Updated misc/libreoffice to 5.4.4.2 2017-12-21 14:40:33 +00:00
ryoon
4fcc07b11b Update to 5.4.4.2
Changelog:
Bugs fixed compared to 5.4.4 rc1:
    ofz#4484 another stab at mnRangeOpPosInSymbol [Eike Rathke]
    tdf#109240 FILESAVE XLSX: Use of Data > AutoFilter provoke auto-creation of multiple defined Name ranges over multiple consecutive save in XLSX format of the same file causing compatibility issue with Excel 2016 (file cannot be opened in Excel 2016) [Aron Budea]
    tdf#112571 FILESAVE XLSX New named range is created every time an Excel made spreadsheet that contains print ranges is saved as XLSX [Aron Budea]
    tdf#114406 #NAME? error when using a number with percentage [Eike Rathke]

Bugs fixed compared to 5.4.3 (rc2):
    ofz#2947 check for input stream end [Eike Rathke]
    ofz#3745 bad-cast [Caolán McNamara]
    ofz#3759 check for valid starting dash index [Caolán McNamara]
    ofz#4066 bad-cast [Caolán McNamara]
    ofz#4076 bad palette READ [Caolán McNamara]
    ofz#4123 do not read past end of file [Eike Rathke]
    ofz#4335 verify sprmTDefTable length [Caolán McNamara]
    ofz#4406 limit escher object cell area to calc's limits [Caolán McNamara]
    ofz#4414 set new nWwCols after verifying legal size [Caolán McNamara]
    ofz#4435 bad-cast [Caolán McNamara]
    ofz#4436 check if seek succeeded [Caolán McNamara]
    ofz#4481 move Path2DContext body to onEndElement [Caolán McNamara]
    ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow case [Caolán McNamara]
    ofz#4491 bad-Cast [Caolán McNamara]
    rhbz#1505379 [fix available] Opened combo box is blocking the entire session [Caolán McNamara]
    tdf#58186 EDITING: Navigator is not Updated, if a Chapter Move (in the navigator) is Undone in the document (with Undo) [Jim Raykowski]
    tdf#60315 RTL: Slide pane context menu opens going left rather than going right [Caolán McNamara]
    tdf#82078 FILEOPEN: RTF - Bold text spilling over to non-bold text [Miklos Vajna]
    tdf#92190 PRINTs landscape despite configured as portrait (Mac OS) [Tor Lillqvist]
    tdf#99537 SIDEBAR: Content panel setting not saved between context changes [Jan-Marek Glogowski]
    tdf#103234 Cancelling content of a cell does not restore the previous text representing a value (e.g. '(/21) ) [Eike Rathke]
    tdf#103978 FILEOPEN: DOCX: Table is displayed behind the text [Justin Luth]
    tdf#104079 FILEOPEN: RTF: Spacing is smaller than it should be [Miklos Vajna]
    tdf#104228 rtf bad opening [Miklos Vajna]
    tdf#107111 FILESAVE: hyperlink text disappears after opening&saving specific DOCX (with some index/TOC before the link) [Vasily Melenchuk]
    tdf#107643 1.15 Line spacing has wrong preview in Paragraph dialog [Jim Raykowski]
    tdf#108124 CRASH: bad dynamic_cast! after redo operation [Fyodor Yemelyanenko]
    tdf#108795 Cannot enter colon or semicolon in formula bar (French version) [Eike Rathke]
    tdf#108916 .uno:LanguageStatus shouldn't appear in the customization dialog [Muhammet Kara]
    tdf#109282 CRASH: When editing Visio OLE and leaving the edit mode [Caolán McNamara]
    tdf#110431 FILEOPEN: calc listbox entries are lost on open *.ods file [Mohammed Abdul Azeem]
    tdf#111428 Formula cells not recalculated after column was inserted and in a shifted column a formula cell is edited/added when the next column is empty (EDITING) [Eike Rathke]
    tdf#111894 PaletteManager::LoadPalettes() leaks memory [Julien Nabet]
    tdf#111967 Vertical text in table formatted incorrectly [Mark Hung]
    tdf#112352 FILESAVE DOCX: Document with one column section appears with two columns in LO [Justin Luth]
    tdf#112435 navigator does not scroll when navigating to inactive document [Jim Raykowski]
    tdf#112547 FILEOPEN: Text on OLE object is not read [Regina Henschel]
    tdf#112549 Full screen mode should hide title bar and Gnome Shell top bar [Caolán McNamara]
    tdf#112633 FILESAVE PPTX: Presentation has some invalid content after RT [Jacobo Aragunde Pérez]
    tdf#112808 CONTEXT MENU: 'Edit Section' entry appears on indexes [Gulsah Kose]
    tdf#112830 RTL: Toolbar tooltips flicker heavily as mouse thinks its in the opposite location (Gtk2) [Caolán McNamara]
    tdf#112943 Colour dropdrown lists are displayed for a fraction of second (gtk3) (ambiance, radiance theme) [Caolán McNamara]
    tdf#113179 Referenced cells no longer colored [Eike Rathke]
    tdf#113190 [Digital-Signatures][OpenPGP] Revoked and expired keys are listed as available OpenPGP keys [Thorsten Behrens]
    tdf#113202 FILEOPEN: RTF: Incorrect vertical position of last bullet of the list [Miklos Vajna]
    tdf#113214 SIDEBAR: Style combobox in Styles content panel stays at "More Styles..." [Caolán McNamara]
    tdf#113230 Crash in: writerfilter::dmapper::DomainMapper_Impl::finishParagraph(std::shared_ptr<writerfilter::dmapper::PropertyMap> const &) [Caolán McNamara]
    tdf#113263 FILESAVE: PPTX: Group shapes change position after RT [Szymon Kłos]
    tdf#113271 FILEOPEN: XLSX: Incorrect font colour [Bartosz Kosiorek]
    tdf#113284 Crash opening index dialog [Tamas Bunth]
    tdf#113328 EDITING Closing Colour replacer crashes the application [Caolán McNamara]
    tdf#113336 Crash when FILEOPEN .DOT Template [Caolán McNamara]
    tdf#113347 Scrolling with the horizontal/vertical toolbar is sluggish with OpenGL enabled [Mike Kaganski]
    tdf#113353 UI: floating toolbars have two heading (VCL: gtk2) [Maxim Monastirsky]
    tdf#113368 File Selection widget in dialog causes crash [Julien Nabet]
    tdf#113378 Table properties: the icons on preset buttons for outlining the table do not correspond to the actions and the popup tooltips [Caolán McNamara]
    tdf#113408 FILEOPEN: RTF - Indentation of image not retained [Miklos Vajna]
    tdf#113428 Arabic PDF export is messy in old files < 5.3 [Khaled Hosny]
    tdf#113446 "Edit Style" menu command missing from customize dialog [Yousuf Philips]
    tdf#113455 Impossible to clear "Width/Height in pages" after converting "Page style" sheet to Widget UI [Caolán McNamara]
    tdf#113550 FILEOPEN: RTF: Incorrect text indent [Miklos Vajna]
    tdf#113562 Last Digit is Automatically Deleted when Editing Formula with Comma-separated Values [Caolán McNamara]
    tdf#113591 Crash when switching between Calc and other LO window [Samuel Mehrbrodt]
    tdf#113592 LibreLogo: add fallback localization to fix platform issues [László Németh]
    tdf#113615 Basic command thiscomponent.currentselection(0).name returns wrong name of grouped Draw objects when GTK3 backend is used [Caolán cNamara]
    tdf#113647 Crash when clicking 2 times on "New Theme..." in Gallery on detached SideBar ( steps in comment 4 ) ( not gtk3) [Caolán McNamara]
    tdf#113657 impress crashes when trying to format - char an empty paragraph [Julien Nabet]
    td#113695 Crash when using color picker after parent toolbar is closed [Caolán McNamara]
    tdf#113787 CLI versioning: cli_oootypes.config is wrong [Michael Stahl]
    tdf#113790 'SAXParseException: Attribute w:cstheme redefined' error upon certain change tdf#113875 1bpp grey-level PNG images are mis-exported to PDF (as black&white) [Tor Lillqvist]
    tdf#113889 [FILESAVE]: changes format of date in cell from DD.MM.YY to MM.DD.YY with save file to .XLSX [Eike Rathke]
    tdf#113894 [Regression] Pasting tare mishandled on Linux in all vcl "backends" ("plugins") [Tor Lillqvist, Stephan Bergmann]
    tdf#113935 Switching from read-only to edit mode by clicking "Edit Document" isn't instantaneous anymore [Noel Grandin]
    tdf#114011 DATEADD() LOBasic function displays year incorrectly [Eike Rathke]
    tdf#114025 deadlock from lock dialog: Singleton vs. SolarMutex in framework [Michael Stahl]
    tdf#114112 Fields - Variables not listed alphabetically from 4.2 [Caolán McNamara]
2017-12-21 14:39:24 +00:00
wiz
05ef2ab1a3 doc/TODO: add some
+ boost-1.66.0, calibre-3.14.0, cdrtools-3.02a08, claws-mail-3.16.0,
  kdenlive-17.12.0, py-django-2.0, scribus-qt4-1.4.7.
2017-12-21 14:22:23 +00:00
adam
829c2b87bf py-acora: updated to 2.1
2.1:
* fix handling of empty engines
2017-12-21 14:09:13 +00:00
adam
773b203d9f Updated www/py-djangorestframework, net/py-Socks, security/py-keyring 2017-12-21 14:07:03 +00:00
adam
76efedc93b py-keyring: updated to 10.5.1
10.5.1:
Prevent AttributeError on import when Debian has created broken dbus installs.
2017-12-21 14:06:32 +00:00
adam
3b719f29c4 py-Socks: updated to 1.6.8
1.6.8:
Remove support for EOL Python 3.3
2017-12-21 13:49:13 +00:00
adam
854a742461 py-djangorestframework: updated to 3.7.7
3.7.7:
Fix typo to include *.mo locale files to packaging.

3.7.6:
Add missing *.ico icon files to packaging.

3.7.5
Add missing *.woff2 font files to packaging.
Add missing *.mo locale files to packaging.
2017-12-21 13:42:43 +00:00
ryoon
c0820bea5d Revert PKGNAME change from gnupg2 to gnupg 2017-12-21 13:30:40 +00:00
ryoon
3ff89625b8 Restore PKGNAME to gnupg2 2017-12-21 13:15:21 +00:00
wiz
c7d9c6a233 doc: Updated mail/neomutt to 20171215 2017-12-21 12:22:26 +00:00
wiz
fe1efb4427 neomutt: update to 20171215.
The previous release was the last one supporting autotools,
so switch to autosetup build. Adapt options.

2017-12-15  Richard Russon  <rich@flatcap.org>
* Bug Fixes
  - Fix some regressions in the previous release
2017-12-21 12:22:13 +00:00
plunky
fddd41812f fix incorrect path in desktop file (reported by Mustafa Dogan) 2017-12-21 11:48:41 +00:00
jmcneill
6307814215 Added sysutils/u-boot-nanopi-m1 version 2017.11 2017-12-21 11:47:54 +00:00
jmcneill
f908c1abcb + u-boot-nanopi-m1 2017-12-21 11:47:19 +00:00
jmcneill
0f95da1224 Initial import of u-boot-nanopi-m1 version 2017.11.
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 FriendlyARM NanoPi M1.
2017-12-21 11:46:47 +00:00
plunky
7518d63298 Updated sysutils/bcmfw to 2.2 2017-12-21 10:37:32 +00:00
plunky
3d3dda249a update to bcmfw-2.2
Firmware files from Broadcom are now distributed via Microsoft Windows
Update Service, so change documentation to reflect this
2017-12-21 10:36:44 +00:00
adam
dbcfa1a66e Added devel/py-pylint-plugin-utils, devel/py-pylint-common, www/py-pylint-django, net/py-pylint-celery 2017-12-21 10:25:03 +00:00
adam
2ee30ee3a7 py-pylint-celery: added version 0.3
pylint-celery is a Pylint plugin for improving code analysis for when analysing
code using Celery. It is also used by the Prospector tool.
2017-12-21 10:24:12 +00:00
adam
7771b1e2b4 py-pylint-django: added version 0.7.2
pylint-django is a Pylint plugin to aid Pylint in recognising and understanding
errors caused when using the Django framework
2017-12-21 10:22:55 +00:00
adam
5eca33f72f py-pylint-common: added version 0.2.5
Pylint plugin for augmenting and improving error detection and analysis in the
standard Python library.
2017-12-21 10:15:48 +00:00
adam
a22365dec8 py-pylint-plugin-utils: added version 0.2.6
Utilities and helpers for writing Pylint plugins. This is not a direct Pylint
plugin, but rather a set of tools and functions used by other plugins such as
pylint-django and pylint-celery.
2017-12-21 10:15:03 +00:00
leot
25a0fa91e5 mupdf: Remove patches/patch-scripts_hexdump.c
It is no longer needed and it was not registered in the distinfo after the
1.12.0 update.

Thanks a lot to <wiz> for noticing and reporting that!
2017-12-21 10:00:22 +00:00