14
0
Commit Graph

31 Commits

Author SHA256 Message Date
a9cf766ca6 - reference github tarball
- cleanup dependencies
- add the requires as buildrequires to guarantee they are available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=48
2023-11-26 10:49:28 +00:00
77f4261469 Accepting request 1128663 from home:benoit_monin:branches:devel:languages:python
- update to version 4.9.1
- drop python-311.patch: fixed upstream
- update BuildRequires and Requires to match upstream requirements
- switch build to pdm

OBS-URL: https://build.opensuse.org/request/show/1128663
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=47
2023-11-25 22:43:08 +00:00
bfb7c617e0 - Add python-311.patch to support python 3.11
gh#getpelican/pelican#3055

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=45
2023-03-01 07:18:33 +00:00
14810a0cc0 Accepting request 989470 from home:benoit_monin:branches:devel:languages:python
update to version 4.8.0

OBS-URL: https://build.opensuse.org/request/show/989470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=43
2022-07-15 17:51:18 +00:00
1510d8432a Accepting request 973894 from home:mcalabkova:branches:devel:languages:python
- do not require pytest-pythonpath

OBS-URL: https://build.opensuse.org/request/show/973894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=41
2022-04-29 15:59:25 +00:00
2a633c7d23 Accepting request 953054 from home:benoit_monin:branches:devel:languages:python
- update to version 4.7.2
- do not remove the shebang from jinja templates: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/953054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=40
2022-02-09 22:47:27 +00:00
ba2b2c4af3 Accepting request 927208 from home:seb95passionlinux:devel:languages:python
- Update to version 4.7.1:
  * Extend rich logging to server component (#2927)
  * Fix an issue where metadata flagged to be discarded was being cached (#2926)
  * Adjust suffix in server to allow redirection when needed (#2931)
  * Add MIME types for web fonts (#2929)
  * Distribute sample data used to run tests (#2935)
  * Add Python 3.10 to test matrix

OBS-URL: https://build.opensuse.org/request/show/927208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=39
2021-10-25 19:43:35 +00:00
63c6acde25 Accepting request 926804 from home:seb95passionlinux:branches:devel:languages:python
- Update to version 4.7.0:
  * Improve default theme rendering on mobile and other small screen devices
  (#2914)
  * Add support for hidden articles (#2866)
  * Improve word count behavior when generating summary CJK & other
  locales (#2864)
  * Add progress spinner during generation (#2869) and richer logging
  (#2897), both via Rich
  * Invoke tasks serve and livereload now auto-open a web browser
  pointing to the locally-served web site (#2764)
  * Support some date format codes used by ISO dates (#2902)
  * Document how to add a new writer (#2901)

OBS-URL: https://build.opensuse.org/request/show/926804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=38
2021-10-22 12:33:31 +00:00
5353002b53 - Redisable failing tests (gh#getpelican/pelican#2846).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=37
2021-08-10 21:11:13 +00:00
f8e1134540 - Exclude ix86 arch, as pandoc is not distributed for it.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=36
2021-08-10 20:50:54 +00:00
11d0d3ee8f - Update to version 4.6.0+git.1626161722.332be6e5:
* Support date format codes G, V, and u (used by ISO dates) (#2902)
  * Document how to add a new writer
  * Fix formatting of Jinja example code. Fixes #2884 (#2886)
  * typo fix
  * Update links to Jinja docs. Fixes #2883 (#2885)
  * Allow easy subclassing of Writer
  * Fix failing tests on Jinja 3+
  * Fix FILENAME_METADATA doc to render correctly
  * Add support for hidden articles
  * Add period_num var for period_archives template
  * Add progress spinner animation during generation
  * Update Pelican feature documentation
  * Update contributing docs and Poetry repository URL
  * Update to v2 of `cache` GitHub Action
  * Automatically open browser when Invoke task starts web server (#2764)
  * Strip HTML tags from `notmyidea` page template's title
  * Update tasks.py
  * Release Pelican 4.6.0
  * Prepare release
  * Make Tox & GitHub CI jobs' Python versions match
  * Relax dependency minimum versions
  * [Docs] Fix link to More Categories plugin
  * Clarify ARTICLE_ORDER_BY documentation
  * Improve consistency between Makefile targets & help
  * Update functional test output for Pygments 2.8
  * Update Pygments dev dependency to v2.8
  * Add .yaml file extension to EditorConfig
  * Change FAQ entry to new Tag Cloud plugin repo
  * Make PKG_PATH var in Invoke tasks.py more DRY

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=34
2021-07-14 14:21:49 +00:00
8065f351c0 Accepting request 867802 from home:mcepl:branches:devel:languages:python
- Update to version 4.5.4+git.1610713159.8bb5f1b7:
  * Drop unsupported Python 3.5 from test matrix
  * Allow latest Python-Markdown to be installed
  * Adjust functional test output for Pygments 2.7.x
  * Allow latest Pygments to be installed
  * Match test output line endings with current rendering
  * Support last page pattern in PAGINATION_PATTERNS
  * Add FAQ re: Atom full-post vs. summary-only feeds
  * Release Pelican 4.5.4
  * Fix typo in the FAQ: steamline --> streamline.
  * add "http://" prefix to ip+port

OBS-URL: https://build.opensuse.org/request/show/867802
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=32
2021-01-29 22:08:40 +00:00
88e6e16cc6 Accepting request 860350 from home:benoit_monin:branches:devel:languages:python
update to version 4.5.4

OBS-URL: https://build.opensuse.org/request/show/860350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=30
2021-01-05 09:21:46 +00:00
44848d1df3 Accepting request 852438 from home:benoit_monin:branches:devel:languages:python
update to version 4.5.3

OBS-URL: https://build.opensuse.org/request/show/852438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=29
2020-12-02 15:39:17 +00:00
dd8ecdea7e Accepting request 850002 from home:benoit_monin:branches:devel:languages:python
- update to version 4.5.2
- drop removal of macos hidden temporary files: fixed upstream
- get the source from github instead of pypi for the tests
- add the build requirements for the tests
- run the tests

OBS-URL: https://build.opensuse.org/request/show/850002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=28
2020-11-23 09:52:55 +00:00
ff445c55af Don't fail on removing .DS_Store files'
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=27
2020-11-16 08:20:23 +00:00
063f3ae6f4 Clean up
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=26
2020-11-16 08:02:28 +00:00
4c1ebd2118 Accepting request 845531 from home:benoit_monin:branches:devel:languages:python
- update to version 4.5.1:
  * Refactor intra-site link discovery in order to match more
    permissively (#2646)
  * Fix plugins running twice in auto-reload mode (#2817)
  * Add notice to use from pelican import signals instead of
    import pelican.signals (#2805)
- drop removal of macos hidden temporary files: fixed upstream
- remove CONTRIBUTING.rst THANKS and docs from the package:
  not provided any more
- correctly identify the license file

OBS-URL: https://build.opensuse.org/request/show/845531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=24
2020-11-03 10:46:45 +00:00
Tomáš Chvátal
c06802f512 Accepting request 830358 from home:benoit_monin:branches:devel:languages:python
- update to version 4.5.0
- disable python2 build: pelican is python 3 only now
- drop fix-python3-incompatibility.patch: fixed upstream
- update dependencies minimal versions
- drop python-six requirement
- remove hidden macos files
- add new binary pelican-plugins

OBS-URL: https://build.opensuse.org/request/show/830358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=22
2020-08-29 06:26:03 +00:00
Tomáš Chvátal
eceb31c31f Accepting request 741149 from home:benoit_monin:branches:devel:languages:python
update to version 4.2.0

OBS-URL: https://build.opensuse.org/request/show/741149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=20
2019-10-19 07:43:28 +00:00
Tomáš Chvátal
97245c9e61 Accepting request 737177 from home:benoit_monin:branches:devel:languages:python
update to version 4.1.3

OBS-URL: https://build.opensuse.org/request/show/737177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=18
2019-10-10 19:56:29 +00:00
Tomáš Chvátal
5b11d5d79d Accepting request 733017 from home:benoit_monin:branches:devel:languages:python
update to version 4.1.2

OBS-URL: https://build.opensuse.org/request/show/733017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=16
2019-09-25 06:24:24 +00:00
Tomáš Chvátal
454ee2c130 Accepting request 725865 from home:benoit_monin:branches:devel:languages:python
- update to version 4.1.1
- drop hidden macos files removal: deleted by upstream

OBS-URL: https://build.opensuse.org/request/show/725865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=14
2019-08-25 05:19:40 +00:00
Tomáš Chvátal
5be0973512 Accepting request 715396 from home:benoit_monin:branches:devel:languages:python
- update to version 4.1.0
- remove hidden macos files

OBS-URL: https://build.opensuse.org/request/show/715396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=12
2019-07-15 09:00:41 +00:00
Tomáš Chvátal
82730abf60 - Fix fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=10
2018-12-06 12:16:51 +00:00
917bc81bc7 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=9
2018-12-04 13:46:11 +00:00
Tomáš Chvátal
b71bc71e7b Accepting request 653154 from home:benoit_monin:branches:devel:languages:python
update to version 4.0.1: bugfix release

OBS-URL: https://build.opensuse.org/request/show/653154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=7
2018-12-01 11:22:48 +00:00
Tomáš Chvátal
0aa7c19489 Accepting request 649073 from home:benoit_monin:branches:devel:languages:python
- update to version 4.0.0
- update paths for shebang and executable bit removal

OBS-URL: https://build.opensuse.org/request/show/649073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=5
2018-11-14 20:20:58 +00:00
0b83eac99a Add EOL between autopatch and the following line
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=3
2018-09-20 15:22:14 +00:00
27154d7982 - Add fix-python3-incompatibility.patch with fix for
gh#getpelican/pelican#2409.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=2
2018-09-20 14:10:00 +00:00
077d50ded5 osc copypac from project:devel:languages:python:misc package:python-pelican revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=1
2018-09-20 10:53:50 +00:00