15
0
Commit Graph

70 Commits

Author SHA256 Message Date
0f19001f36 Accepting request 843927 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/843927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=30
2020-10-29 08:48:50 +00:00
759f262137 Accepting request 843900 from home:benoit_monin:branches:devel:languages:python
- update to version 2.7.2
- drop shebang removal in _usd_builtins.py: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/843900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=68
2020-10-25 17:29:50 +00:00
Tomáš Chvátal
5f4f7358e8 Accepting request 835471 from home:benoit_monin:branches:devel:languages:python
- update to version 2.7.1:
  * Fixed a regression in the JSON lexer (#1544)

OBS-URL: https://build.opensuse.org/request/show/835471
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=67
2020-09-19 09:51:07 +00:00
Tomáš Chvátal
0e1f838be3 Accepting request 834354 from home:benoit_monin:branches:devel:languages:python
- update to version 2.7.0
- remove unnecessary executable bit on all source files

OBS-URL: https://build.opensuse.org/request/show/834354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=66
2020-09-15 06:58:50 +00:00
858f8789d9 Accepting request 793948 from devel:languages:python
- Don't use %python3_only command, but properly use alternatives.

- fix the path of non-oss licensed files to remove

- set the minimal version of python to 3.5 to match upstream
  requirement

- update to version 2.6.1:
  * This release fixes a packaging issue. No functional changes.
- additional changes from version 2.6.0:
  * Running Pygments on Python 2.x is no longer supported.
  * Added lexers:
    + Linux kernel logs (PR#1310)
    + LLVM MIR (PR#1361)
    + MiniScript (PR#1397)
    + Mosel (PR#1287, PR#1326)
    + Parsing Expression Grammar (PR#1336)
    + ReasonML (PR#1386)
    + Ride (PR#1319, PR#1321)
    + Sieve (PR#1257)
    + USD (PR#1290)
    + WebIDL (PR#1309)
  * Updated lexers:
    + Apache2 (PR#1378)
    + Chapel (PR#1357)
    + CSound (PR#1383)
    + D (PR#1375, PR#1362)
    + Idris (PR#1360)
    + Perl6/Raku lexer (PR#1344)
    + Python3 (PR#1382, PR#1385)

OBS-URL: https://build.opensuse.org/request/show/793948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=29
2020-04-19 19:49:17 +00:00
a2330ab5d6 Correct removing slave alternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=64
2020-04-14 17:17:50 +00:00
87db58e05b - Don't use %python3_only command, but properly use alternatives.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=63
2020-04-14 11:38:38 +00:00
261354f07d Accepting request 786273 from home:benoit_monin:branches:devel:languages:python
fix the path of non-oss licensed files to remove

OBS-URL: https://build.opensuse.org/request/show/786273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=62
2020-03-19 05:51:14 +00:00
Tomáš Chvátal
c64fbb99d6 Accepting request 784691 from home:benoit_monin:branches:devel:languages:python
set the minimal version of python to 3.5 to match upstream requirement

OBS-URL: https://build.opensuse.org/request/show/784691
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=61
2020-03-14 07:01:58 +00:00
5053a4cf20 Accepting request 783089 from home:benoit_monin:branches:devel:languages:python
- update to version 2.6.1
- disable python2 build: Pygments is python 3 only now
- remove shebang from pygments/lexers/_usd_builtins.py: unneeded

OBS-URL: https://build.opensuse.org/request/show/783089
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=60
2020-03-09 22:31:50 +00:00
Tomáš Chvátal
6d9951f6c1 Accepting request 755071 from home:benoit_monin:branches:devel:languages:python
- update to version 2.5.2
- drop denose.patch: fixed upstream
- fix postuninstall alternative

OBS-URL: https://build.opensuse.org/request/show/755071
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=59
2019-12-09 07:33:18 +00:00
d3743d723f Accepting request 707618 from devel:languages:python
- Update to 2.4.2:
  - Fix encoding error when guessing lexer with given ``encoding`` option
    (#1438)
  - Updated lexers:
    * Coq (#1430)
    * MSDOS Session (PR#734)
    * NASM (#1517)
    * Objective-C (PR#813, #1508)
    * Prolog (#1511)
    * TypeScript (#1515)
  - Support CSS variables in stylesheets (PR#814, #1356)
  - Fix F# lexer name (PR#709)
  - Fix ``TerminalFormatter`` using bold for bright text (#1480)

OBS-URL: https://build.opensuse.org/request/show/707618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=28
2019-06-07 10:18:09 +00:00
Tomáš Chvátal
8ab74062fa - Update to 2.4.2:
- Fix encoding error when guessing lexer with given ``encoding`` option
    (#1438)
  - Updated lexers:
    * Coq (#1430)
    * MSDOS Session (PR#734)
    * NASM (#1517)
    * Objective-C (PR#813, #1508)
    * Prolog (#1511)
    * TypeScript (#1515)
  - Support CSS variables in stylesheets (PR#814, #1356)
  - Fix F# lexer name (PR#709)
  - Fix ``TerminalFormatter`` using bold for bright text (#1480)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=57
2019-06-04 14:04:44 +00:00
ce649b1b73 Accepting request 704316 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/704316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=27
2019-05-21 08:35:24 +00:00
Todd R
7b5b0aea36 Accepting request 704315 from home:TheBlackCat:branches:devel:languages:python
- Update to 2.4.0

Fixes build errors in x86-64

OBS-URL: https://build.opensuse.org/request/show/704315
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=55
2019-05-20 18:45:46 +00:00
8e9834961d Accepting request 690449 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/690449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=26
2019-04-04 10:04:03 +00:00
51e92bc754 Accepting request 690448 from home:mcepl:branches:devel:languages:python
- Refresh denose.patch to make whole test suite to pass.
  bt#birkenfeld/pygments-main#1490

OBS-URL: https://build.opensuse.org/request/show/690448
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=53
2019-04-01 19:47:14 +00:00
Stephan Kulow
450e844300 Accepting request 673460 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/673460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=25
2019-02-24 16:00:20 +00:00
Todd R
4fdb456f81 Accepting request 673426 from home:jengelh:branches:devel:languages:python
- Avoid name in summary (rpmlint).
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/673426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=51
2019-02-11 19:58:20 +00:00
Tomáš Chvátal
2cc7d8a540 - Update to 2.3.1:
* Update lexers
  * Minimum Python versions changed to 2.7 and 3.5
  *  Added support for Python 3.7 generator changes (PR#772)
  * Fix incorrect token type in SCSS for single-quote strings (#1322)
  * Use `terminal256` formatter if `TERM` contains `256` (PR#666)
  * Fix incorrect handling of GitHub style fences in Markdown (PR#741, #1389)
  * Fix `%a` not being highlighted in Python3 strings (PR#727)
- Drop patch python_37.diff which was merged upstream
- Refresh patch denose.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=50
2019-02-11 11:15:42 +00:00
d64870c051 Accepting request 664354 from devel:languages:python
- Added denose.patch removing dependency on the nose package.
  https://bitbucket.org/birkenfeld/pygments-main/issues/1490/remove-nose-dependency

OBS-URL: https://build.opensuse.org/request/show/664354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=24
2019-01-15 08:13:37 +00:00
3318ee464e Fix typo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=48
2019-01-10 13:08:39 +00:00
201748a90f Add link to the Bitbucket issue
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=47
2019-01-10 01:24:33 +00:00
acf8bec509 - Added denose.patch removing dependency on the nose package.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=46
2019-01-10 01:20:45 +00:00
aa16d97f77 Accepting request 659309 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=23
2018-12-21 07:19:48 +00:00
e45bac06ec Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=44
2018-12-04 13:51:22 +00:00
7f78550cdb Accepting request 623134 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/623134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=22
2018-07-21 08:07:52 +00:00
Tomáš Chvátal
5c78e06fdb Accepting request 623133 from home:mimi_vx:branches:devel:languages:python
- add python_37.diff  - fixes build with python-3.7+

OBS-URL: https://build.opensuse.org/request/show/623133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=42
2018-07-16 13:34:14 +00:00
c49dd889a2 Accepting request 527385 from devel:languages:python
- fix build in a python2.x only env

OBS-URL: https://build.opensuse.org/request/show/527385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=21
2017-09-22 19:32:15 +00:00
d63efc57f4 - fix build in a python2.x only env
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=40
2017-08-15 12:52:10 +00:00
0f3dcd396e Accepting request 486646 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/486646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=20
2017-04-19 16:09:39 +00:00
Todd R
588ae87355 Accepting request 486645 from home:TheBlackCat:branches:devel:languages:python
- Use https url.

OBS-URL: https://build.opensuse.org/request/show/486645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=38
2017-04-07 21:14:11 +00:00
Todd R
3f162e6f45 Accepting request 486622 from home:TheBlackCat:branches:devel:languages:python
Update source url.

OBS-URL: https://build.opensuse.org/request/show/486622
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=37
2017-04-07 20:42:56 +00:00
Todd R
50a448bb23 Accepting request 486611 from home:TheBlackCat:branches:devel:languages:python
Update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/486611
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=36
2017-04-07 20:20:17 +00:00
a931136a59 Accepting request 485737 from devel:languages:python:singlespec
- Fix python_module macro definition

- update for multipython build
- only distribute "pygmentize" for Python 3

OBS-URL: https://build.opensuse.org/request/show/485737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=35
2017-04-05 11:35:42 +00:00
df8b4ca679 Accepting request 435705 from devel:languages:python
- update to 2.1.3:
  - Fixed regression in Bash lexer (PR#563)
  - Fixed Python 3 regression in image formatter (#1215)
  - Fixed regression in Bash lexer (PR#562)

OBS-URL: https://build.opensuse.org/request/show/435705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=19
2016-10-22 11:01:40 +00:00
b1d8996e6d - update to 2.1.3:
- Fixed regression in Bash lexer (PR#563)
  - Fixed Python 3 regression in image formatter (#1215)
  - Fixed regression in Bash lexer (PR#562)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=33
2016-10-17 09:54:28 +00:00
d2bf2a9725 Accepting request 359553 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/359553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=18
2016-02-22 07:55:54 +00:00
85e507ebe6 Accepting request 359397 from home:stroeder:branches:devel:languages:python
update to 2.1.1

OBS-URL: https://build.opensuse.org/request/show/359397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=31
2016-02-15 20:17:37 +00:00
50b80feafc Accepting request 358511 from home:olh:branches:devel:languages:python
- Disable testsuite in SLE_11 because it requires python 2.7

OBS-URL: https://build.opensuse.org/request/show/358511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=30
2016-02-09 15:09:44 +00:00
c10d175f3d Accepting request 355804 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/355804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=17
2016-01-30 10:30:59 +00:00
Jan Matejek
1410eb3803 Accepting request 355773 from home:stroeder:branches:devel:languages:python
update to 2.1 (needed by python-Sphinx 1.3.5)

OBS-URL: https://build.opensuse.org/request/show/355773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=28
2016-01-25 17:43:30 +00:00
91cbd97be4 Accepting request 290391 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/290391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=16
2015-03-16 05:58:48 +00:00
Denisart Benjamin
deec4b56d2 Accepting request 290356 from home:netsroth:branches:devel:languages:python
- Update to version 2.0.2:
  * Fix Python tracebacks getting duplicated in the console lexer
  * Backquote-delimited identifiers are now recognized in F#
  * Fix an encoding issue when using pygmentize with the -o option.
  * Default lexer encoding is now “guess”
  * Major update to Swift lexer.
  * Multiple fixes to lexer guessing in conflicting cases
  * Simplified regexes and builtin lists.
  * Dropped Python 2.4 and 2.5 compatibility
  * Lexers added:
        APL (#969)
        Agda and Literate Agda (PR#203)
        Alloy (PR#355)
        AmbientTalk
        BlitzBasic (PR#197)
        ChaiScript (PR#24)
        Chapel (PR#256)
        Cirru (PR#275)
        Clay (PR#184)
        ColdFusion CFC (PR#283)
        Cryptol and Literate Cryptol (PR#344)
        Cypher (PR#257)
        Docker config files
        EBNF (PR#193)
        Eiffel (PR#273)
        GAP (PR#311)
        Golo (PR#309)
        Handlebars (PR#186)
        Hy (PR#238)
        Idris and Literate Idris (PR#210)

OBS-URL: https://build.opensuse.org/request/show/290356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=26
2015-03-12 09:21:47 +00:00
Stephan Kulow
cc4e03b43e Accepting request 229293 from devel:languages:python
- add LICENSE to doc section (forwarded request 229272 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/229293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=14
2014-04-09 11:01:08 +00:00
Denisart Benjamin
9ec100ac46 Accepting request 229272 from Cloud:OpenStack:Master
- add LICENSE to doc section

OBS-URL: https://build.opensuse.org/request/show/229272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=24
2014-04-07 14:48:18 +00:00
Tomáš Chvátal
72f33d28e6 Accepting request 204633 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=13
2013-10-25 09:29:12 +00:00
Sascha Peilicke
f3bc15f571 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=22
2013-10-24 11:11:52 +00:00
Stephan Kulow
fc25c6ce23 Accepting request 179704 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=11
2013-06-19 14:22:44 +00:00
Sascha Peilicke
68031faa61 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=20
2013-06-17 12:53:04 +00:00