- convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lesscpy?expand=0&rev=30
This commit is contained in:
145
python-lesscpy.changes
Normal file
145
python-lesscpy.changes
Normal file
@@ -0,0 +1,145 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 10:28:23 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- convert to libalternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 30 13:37:16 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 10:42:43 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
- do not require six in the code
|
||||
- added patches
|
||||
fix https://github.com/lesscpy/lesscpy/pull/126
|
||||
+ python-lesscpy-no-six.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 18:02:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to v0.15.1
|
||||
* Git: Ignore '.DS_Store' (macOS)
|
||||
* Add `dev-requirements.txt` for `build` and `twine` packages
|
||||
* README: Remove mentioning of 'six'
|
||||
* Merge pull request #123 from saschpe/supported-interpreters
|
||||
* Update supported Python versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 14:42:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Release version 0.15.0
|
||||
* Update .gitignore
|
||||
* Remove old interpreter versions
|
||||
* Merge pull request #118 from lephe/master
|
||||
* Improve support for nested media queries
|
||||
* Merge pull request #117 from lephe/master
|
||||
* Basic support for CSS4 variables
|
||||
* Merge pull request #109 from saschpe/rel
|
||||
|
||||
- Release version 0.14.0
|
||||
* Merge pull request #108 from saschpe/pycharm
|
||||
* Version a PyCharm project configuration
|
||||
* Update .gitignore rules based on Github Boilerplate
|
||||
* Merge pull request #107 from saschpe/cleanups
|
||||
* Add Python-3.7 to supported versions
|
||||
* Improve minor style issues
|
||||
* Merge pull request #105 from tirkarthi/fix-collections-import
|
||||
* Import ABC from collections.abc instead of collections for Python 3.9 compatibility.
|
||||
* Merge pull request #99 from hroncok/rpartition
|
||||
* Merge pull request #98 from movermeyer/fix_badges
|
||||
* Merge pull request #100 from cladmi/pr/fix/readme/command
|
||||
* README.rst: fix the outdated lesscpy usage
|
||||
* Apply PEP-8 consistently
|
||||
* Allow to run tests from versioned folder
|
||||
* Switched broken pypip.in badges to shields.io
|
||||
* Merge pull request #96 from sambler/pyversions
|
||||
* Merge pull request #97 from sambler/pysix
|
||||
* adjust tox.ini to prevent errors from missing interpreters
|
||||
* Make use of six.string_types consistent
|
||||
* update python versions 2.6 was EOL in 2013 3.3 was EOL in 2017-09 add 3.6, pypy and pypy3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 12:40:52 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.14.0
|
||||
* no upstream changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 13:52:12 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 07:37:24 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Fix incorrect URL
|
||||
- Remove unnecessary build dependencies on flake8 and coverage by
|
||||
using nose directly
|
||||
- Add fdupes
|
||||
- Update to v0.13.0
|
||||
Version bump due to non-linear version sequences
|
||||
https://github.com/lesscpy/lesscpy/issues/94
|
||||
No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:49:58 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 31 06:55:58 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- update to 0.12.0
|
||||
* no changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 13:44:20 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- singlespec auto-conversion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 14:51:56 UTC 2016 - toddrme2178@gmail.com
|
||||
|
||||
- Fix update-alternatives implementation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 11:06:21 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to 0.10.2:
|
||||
* no changelog available
|
||||
- add python-setuptools and python-six as build dependencies
|
||||
- add python-coverage, python-flake8 and python-nose as test
|
||||
dependencies
|
||||
- add python-six as runtime dependency
|
||||
- remove some failing tests which rely on find_and_load_cases
|
||||
- run the tests via setup.py
|
||||
- fix alternatives for lesscpy binary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 08 20:50:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashism in pre script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 11:42:11 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Update to version 0.9j
|
||||
+ Support for SVG stylesheets
|
||||
+ Increased lessc compatibility
|
||||
+ Many testing improvements
|
||||
- Use update-alternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 13:20:57 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Update to version 0.9h
|
||||
- Run testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 29 12:25:36 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Initial version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user