14
0
forked from pool/python-xattr

26 Commits

Author SHA256 Message Date
44c022207e - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=54
2025-08-26 09:44:26 +00:00
0dbebcc3ee - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=52
2025-06-06 04:22:43 +00:00
0ecfe3e9a3 Accepting request 1096371 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096371
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=50
2023-07-02 15:01:42 +00:00
af269d71eb Accepting request 1041278 from home:yarunachalam:branches:devel:languages:python
- Update to v0.10.1 
  * Update github actions
  * https://github.com/xattr/xattr/issues/112
  * Updated README to add reference to osxmetadata
  * https://github.com/xattr/xattr/pull/110

OBS-URL: https://build.opensuse.org/request/show/1041278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=48
2022-12-08 11:45:08 +00:00
db95aafee3 Accepting request 1032243 from home:yarunachalam:branches:devel:languages:python
- Update to 0.10.0 
  * Remove exec flag from tool.py
  https://github.com/xattr/xattr/pull/106
  * Update the documentation to mention
  the attr package and its getfattr and
  setfattr tools
  https://github.com/xattr/xattr/pull/103

OBS-URL: https://build.opensuse.org/request/show/1032243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=45
2022-10-30 17:13:31 +00:00
d4f702cc19 - update to 0.9.9:
* Fix regression in xattr console script
  * Add -c clear option
  * Add note about Linux namespace requirement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=44
2022-01-03 12:37:16 +00:00
d08c9b1ae1 - update to 0.9.8:
* Update build to use Github Actions
  * Various dump related fixes
  * Fix classifiers list

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=43
2021-11-29 11:02:36 +00:00
131c8b3041 - add setuptools dependency (bsc#1161208)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=41
2020-03-18 17:34:14 +00:00
Tomáš Chvátal
d6899b3fea Accepting request 770558 from home:mcalabkova:branches:devel:languages:python
- update to 0.9.7
  * Fix xattr().update() in Python 3

OBS-URL: https://build.opensuse.org/request/show/770558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=39
2020-02-06 12:45:34 +00:00
c14df64e9b - fix tests run failing on older distributions due to incorrect locale
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=37
2019-03-22 21:45:28 +00:00
Tomáš Chvátal
0889ec9c6d - Update to 0.9.6:
* Fix release build by including *.[ch] in Manifest.in
  * Extract inline C code for syntax highlighting and easier maintenance
    https://github.com/xattr/xattr/pull/75
  * Fix Travis build
    https://github.com/xattr/xattr/pull/74
  * Always include sys/types.h (musl compatibility)
    https://github.com/xattr/xattr/pull/73
- Enable tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=35
2019-03-01 09:35:33 +00:00
Tomáš Chvátal
1abe7b591f Accepting request 622787 from home:ecsos
- update to 0.9.3:
  * Do not attempt to use surrogateescape unless it is available
    https://github.com/xattr/xattr/issues/59

OBS-URL: https://build.opensuse.org/request/show/622787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=33
2018-07-14 08:58:25 +00:00
b48d487fc1 - Relax version constraint for cffi requirement
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=31
2018-02-22 13:23:37 +00:00
663c3a12c0 Accepting request 519597 from home:tbechtold:branches:devel:languages:python
- update to 0.9.2:
  * Fix BSD issue w/ lsattr and long attrs
    https://github.com/xattr/xattr/pull/57
  * Remove unreachable code
    https://github.com/xattr/xattr/pull/56
  * Allow (Python 2) long for fd
    https://github.com/xattr/xattr/pull/51
  * Fix Python 3 bytes handling in xattr.tool
    https://github.com/xattr/xattr/pull/50
  * Use cffi 1.X features to build native module for faster import
    https://github.com/xattr/xattr/pull/47
  * NOTE: Version 0.9.0 is the same, was momentarily uploaded with
    incomplete CHANGES.txt
- use pypi for Source url
- convert to singlespec
- require the cffi version it was built against

OBS-URL: https://build.opensuse.org/request/show/519597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=29
2017-08-30 08:25:27 +00:00
Jan Matejek
1756aeec2e Accepting request 498480 from home:Pharaoh_Atem:branches:devel:languages:python
Properly add python-cffi as a runtime requirement

OBS-URL: https://build.opensuse.org/request/show/498480
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=27
2017-06-06 14:06:12 +00:00
af5fe79195 Accepting request 399493 from home:tbechtold:branches:devel:languages:python
- update to 0.8.0:
  * Use os.fsencode where available to better handle filesystem quirks related
    to surrogates
  * Options bugfix and compatibility module for pyxattr API
  * Added xattr/tests/*.py to MANIFEST.in

OBS-URL: https://build.opensuse.org/request/show/399493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=25
2016-06-06 09:01:48 +00:00
1e4dafc8ef Accepting request 339732 from home:ecsos
update to 0.7.8

OBS-URL: https://build.opensuse.org/request/show/339732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=22
2015-10-19 07:56:15 +00:00
bdeaba2f4d - require the cffi version it was built against to avoid (bsc#948198)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=20
2015-09-30 12:03:21 +00:00
Jan Matejek
cfa1ef1b00 Accepting request 249493 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=18
2014-09-16 21:24:34 +00:00
Sascha Peilicke
7c0a117129 Accepting request 186464 from home:dirkmueller:branches:devel:languages:python
- update to 0.7.2:
  * rewritten to use cffi
  * Add Python 3.x support
  * Fix various unicode related issues

OBS-URL: https://build.opensuse.org/request/show/186464
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=13
2013-08-09 08:24:56 +00:00
Sascha Peilicke
c4d759b5b8 - Add provides/obsoletes for pyxattr which just got deleted
- Some minor cleanup

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=11
2013-03-15 08:51:54 +00:00
Sascha Peilicke
2cb6047cdf Accepting request 125730 from home:poorboywilly:branches:devel:languages:python
Update to 0.6.4, update URL to one given in setup.py

OBS-URL: https://build.opensuse.org/request/show/125730
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=9
2012-06-22 11:04:32 +00:00
Pavol Rusnak
f89688f57b spec cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=7
2011-11-28 15:24:41 +00:00
Sascha Peilicke
521150728f Accepting request 93626 from home:babelworx:ldig:branches:devel:languages:python
license update: MIT
SPDX format (http://www.spdx.org/licenses)

OBS-URL: https://build.opensuse.org/request/show/93626
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=6
2011-11-25 12:44:51 +00:00
Sascha Peilicke
79a81b8756 - Update to version 0.6.2:
* Bug fix in Solaris support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=5
2011-09-23 10:32:51 +00:00
7b75e63554 Accepting request 72399 from home:saschpe:branches:devel:languages:python
- Spec file cleanup:
  * Regenerated with py2pack to fix completely broken mess
  * Add changes file
  * Fixed executable-bit rpmlint warning

OBS-URL: https://build.opensuse.org/request/show/72399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=4
2011-06-02 09:50:49 +00:00