Commit Graph

24 Commits

Author SHA256 Message Date
Ana Guerrero
cd8622b6f4 Accepting request 1198699 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1198699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=14
2024-09-05 13:46:49 +00:00
Markéta Machová
3dad1e394e - update to 1.0.8:
* Add README.cups.md
  * Do not unilaterally import distutils in setup.py 
  * Add support for objects that support buffer protocol for "read" calls
  * Remove trailing space on files
  * CI: Add workflow to build Python wheels
  * Fix setup.py uninitialized variables issue
  * Build sdist in CI
  * Add cp310 wheel to CI
  * CI: Add workaround for broken py 3.5 in GitHub Actions.
- dropped patch: no-more-distutils.patch - no longer needed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=22
2024-09-04 12:04:33 +00:00
Ana Guerrero
f26c8a6aaf Accepting request 1139060 from devel:languages:python
- Add patch no-more-distutils.patch:
  * Stop using distutils unilaterally.
- Switch to autosetup and pyproject macros.
- Be more clear about files in %files.

OBS-URL: https://build.opensuse.org/request/show/1139060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=13
2024-01-16 20:38:24 +00:00
Steve Kowalik
fc2cb03eaa - Add patch no-more-distutils.patch:
* Stop using distutils unilaterally.
- Switch to autosetup and pyproject macros.
- Be more clear about files in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=20
2024-01-16 04:59:42 +00:00
Ana Guerrero
04017aedaa Accepting request 1130802 from devel:languages:python
- update to 1.0.7:
  * Suppress SyntaxWarnings in python3.12
  * Doc: Minor spelling fixes
- update to 1.0.6:
  * Python 3.12 compatibility.

  * Use bytes objects for read and write data: please note that
    Python 3; it's worth it however since it fixes a serious
    usability bug that arbitrarily limited file content to valid
        Fix generation of MANIFEST.in in make_release.sh

OBS-URL: https://build.opensuse.org/request/show/1130802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=12
2023-12-04 22:02:26 +00:00
e1a9286305 - update to 1.0.7:
* Suppress SyntaxWarnings in python3.12
  * Doc: Minor spelling fixes
- update to 1.0.6:
  * Python 3.12 compatibility.
  * Use bytes objects for read and write data: please note that
    Python 3; it's worth it however since it fixes a serious
    usability bug that arbitrarily limited file content to valid
        Fix generation of MANIFEST.in in make_release.sh

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=18
2023-12-04 14:39:19 +00:00
Fabian Vogt
fc234462f7 Accepting request 1097115 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1097115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=11
2023-07-06 16:30:05 +00:00
d38c5530ae Accepting request 1097100 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1097100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=16
2023-07-06 11:21:04 +00:00
Dominique Leuenberger
4ba9419777 Accepting request 1055996 from devel:languages:python
- update to v1.0.5:
  * Fix issue with python 3.10

OBS-URL: https://build.opensuse.org/request/show/1055996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=10
2023-01-05 14:00:41 +00:00
a36379c272 - update to v1.0.5:
* Fix issue with python 3.10

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=14
2023-01-04 20:08:42 +00:00
Dominique Leuenberger
be2a274afd Accepting request 948239 from devel:languages:python
- update to 1.0.4:
  * Improve path handling for Python >= 3.6
  * fix race in xmp.py
  * fix surrogateescape handling in fsyncdir/readdir/write
  * unbreak xmp.py for python2
  * fix object leak in open_func()
  * fix temporary objects leak

OBS-URL: https://build.opensuse.org/request/show/948239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=9
2022-01-23 18:13:21 +00:00
18c1298a78 - update to 1.0.4:
* Improve path handling for Python >= 3.6
  * fix race in xmp.py
  * fix surrogateescape handling in fsyncdir/readdir/write
  * unbreak xmp.py for python2
  * fix object leak in open_func()
  * fix temporary objects leak

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=13
2022-01-23 16:22:04 +00:00
Dominique Leuenberger
28b19fb1f3 Accepting request 854529 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/854529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=8
2020-12-10 14:59:10 +00:00
4a059fbd48 Accepting request 854280 from home:andythe_great:branches:devel:languages:python
- Update to version 1.0.0.
  * Add poll support.
  * Use bytes objects for read and write data: please note that 
    while this has no effect on Python 2,it is a breaking change in
    Python 3; it's worth it however since it fixes a serious 
    usability bug that arbitrarily limited file content to valid 
    UTF-8 data.

OBS-URL: https://build.opensuse.org/request/show/854280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=11
2020-12-10 10:54:22 +00:00
Dominique Leuenberger
7a58c83956 Accepting request 625821 from devel:languages:python
- Clean SPEC file

- singlespec auto-conversion

OBS-URL: https://build.opensuse.org/request/show/625821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=7
2018-07-28 10:45:28 +00:00
9e8b3974af Accepting request 618112 from devel:languages:python:singlespec-staging
Clean SPEC file

OBS-URL: https://build.opensuse.org/request/show/618112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=9
2018-06-20 16:37:04 +00:00
Stephan Kulow
3740304a7e Accepting request 102953 from devel:languages:python
spec file clean up - no end user impact except it now builds for SLE_11

OBS-URL: https://build.opensuse.org/request/show/102953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=2
2012-02-14 10:26:31 +00:00
Greg Freemyer
d5164493f2 Accepting request 102952 from home:gregfreemyer:Tools-for-forensic-boot-cd
a small specfile cleanum

OBS-URL: https://build.opensuse.org/request/show/102952
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=7
2012-02-07 00:09:26 +00:00
Stephan Kulow
6f40ae26cd Accepting request 102091 from devel:languages:python
Resubmitting with correct license.

This library is "required" by libewf in the security repo for its apps to work.  I tested the apps with this library.  I will submit libewf once this is in factory.

OBS-URL: https://build.opensuse.org/request/show/102091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fuse?expand=0&rev=1
2012-02-01 08:59:36 +00:00
Greg Freemyer
bb23e2683f Accepting request 102303 from home:gregfreemyer:Tools-for-forensic-boot-cd
Minor spec file clean up.  No end user impact.

OBS-URL: https://build.opensuse.org/request/show/102303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=5
2012-01-31 22:56:39 +00:00
Sascha Peilicke
8907222061 - Fix SLE_11 build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=4
2012-01-31 14:51:05 +00:00
Greg Freemyer
3ab7e026ff OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=3 2012-01-30 16:54:33 +00:00
Sascha Peilicke
915e1fa66b Accepting request 101888 from home:gregfreemyer:Tools-for-forensic-boot-cd
Upgrade from v0.2 to v0.2.1

OBS-URL: https://build.opensuse.org/request/show/101888
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=2
2012-01-30 10:37:57 +00:00
Cristian Rodríguez
8bc9eea52a Accepting request 71749 from openSUSE:Factory:Contrib
please review, contrib cleanup

OBS-URL: https://build.opensuse.org/request/show/71749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=1
2011-05-30 22:58:23 +00:00