11
0

66 Commits

Author SHA256 Message Date
d00222df91 Accepting request 1293333 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1293333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=36
2025-07-15 14:46:00 +00:00
a4e044727d - Update to 1.3.6
* Add support for free-threading (issue #147)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=62
2025-07-15 09:03:15 +00:00
3c53cc01a7 Accepting request 1285966 from devel:languages:python
- Switch to pyroject macros.

OBS-URL: https://build.opensuse.org/request/show/1285966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=35
2025-06-16 09:13:09 +00:00
048bea3409 - Switch to pyroject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=60
2025-06-16 06:23:03 +00:00
9076400606 Accepting request 1248717 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=34
2025-02-26 16:24:47 +00:00
4bb729c142 - Update to 1.3.5
* Fix bouncing Dock icon on macOS (issue #143).
  * Fix building on C23 compilers (issue #145).
- Add fdupes to BuildRequires
- Run %fdupes in %install section

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=58
2025-02-26 13:15:16 +00:00
8685eec6a4 Accepting request 1225350 from devel:languages:python
- update to 1.3.4:
  * Add support for Python 3.13 (issue #139).
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/request/show/1225350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=33
2024-11-21 14:14:12 +00:00
653409c255 - update to 1.3.4:
* Add support for Python 3.13 (issue #139).
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=56
2024-11-20 16:57:31 +00:00
8d47914f00 Accepting request 1133403 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1133403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=32
2023-12-15 20:50:02 +00:00
7db4f5f4c0 Accepting request 1133099 from openSUSE:Factory:RISCV
- Skip testsuite under qemu emulation

OBS-URL: https://build.opensuse.org/request/show/1133099
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=54
2023-12-15 11:58:40 +00:00
e79e5fd7f9 Accepting request 1129198 from devel:languages:python
- update to 1.3.3:
  * Add support for Python 3.12
  * Fix package metadata to include Python 3.11, 3.12.

  - Fixed segfault after ``os.environ.clear()`` (issue #88).
- Update to version 1.2
  * Initialisation of the module moved to the first usage:

OBS-URL: https://build.opensuse.org/request/show/1129198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=31
2023-11-27 21:44:48 +00:00
3043e0f842 - update to 1.3.3:
* Add support for Python 3.12
  * Fix package metadata to include Python 3.11, 3.12.
  - Fixed segfault after ``os.environ.clear()`` (issue #88).
- Update to version 1.2
  * Initialisation of the module moved to the first usage:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=52
2023-11-27 16:15:14 +00:00
aa4b1e3112 Accepting request 1004177 from devel:languages:python
- update to 1.3.2:
  * Restore import-time initialization of macOS to avoid crash on thread+fork
  * Fixed segfault on macOS 12.5 in forked processes (issue #111).
    Note that, as a workaround, Activity Monitor will show the title of the
    parent.
  * Added fallback no-op implementation if building the extension fails.
  * Added support for displaying title as the process name in MacOS Activity
    Monitor (issue #10).
  * Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided
    Python (issues #82, #103).
  * Fixed FreeBSD support, broken in 1.2 (issue #94).
  * Added package type annotations (issue #101).
  * Dropped support for Python 3.6.

OBS-URL: https://build.opensuse.org/request/show/1004177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=30
2022-09-17 18:10:39 +00:00
32ff301416 - update to 1.3.2:
* Restore import-time initialization of macOS to avoid crash on thread+fork
  * Fixed segfault on macOS 12.5 in forked processes (issue #111).
    Note that, as a workaround, Activity Monitor will show the title of the
    parent.
  * Added fallback no-op implementation if building the extension fails.
  * Added support for displaying title as the process name in MacOS Activity
    Monitor (issue #10).
  * Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided
    Python (issues #82, #103).
  * Fixed FreeBSD support, broken in 1.2 (issue #94).
  * Added package type annotations (issue #101).
  * Dropped support for Python 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=50
2022-09-16 18:23:28 +00:00
6d38f0bcd6 Accepting request 976286 from devel:languages:python
- update to 1.2.3:
  * Added Python 3.10 packages (issue #102).
  * Added Wheel packages for macOS (issue #96).

OBS-URL: https://build.opensuse.org/request/show/976286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=29
2022-05-12 20:59:42 +00:00
2418d46aab - update to 1.2.3:
* Added Python 3.10 packages (issue #102).
  * Added Wheel packages for macOS (issue #96).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=48
2022-05-11 10:43:37 +00:00
4f668bd009 Accepting request 867595 from devel:languages:python
- update to 1.2.2:
  - Fixed Windows build (issues #89, #90).
  - Added wheel packages for Windows (issues #47, #90).
  - Added wheel packages for aarch64 (issues #95).

OBS-URL: https://build.opensuse.org/request/show/867595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=28
2021-02-01 12:26:59 +00:00
535fda0343 - update to 1.2.2:
- Fixed Windows build (issues #89, #90).
  - Added wheel packages for Windows (issues #47, #90).
  - Added wheel packages for aarch64 (issues #95).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=46
2021-01-28 23:05:03 +00:00
f14f6e1898 Accepting request 856966 from devel:languages:python
- update to 1.2.1
  - Fixed segfault after ``os.environ.clear()`` (issue #88).

OBS-URL: https://build.opensuse.org/request/show/856966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=27
2020-12-23 13:18:44 +00:00
52fb5152e1 - update to 1.2.1
- Fixed segfault after ``os.environ.clear()`` (issue #88).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=44
2020-12-19 10:03:54 +00:00
f3254d62b6 Accepting request 853085 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/853085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=26
2020-12-05 19:35:34 +00:00
63ac8c4ec4 Accepting request 853003 from home:bnavigator:branches:devel:languages:python
- Update to version 1.2 
  * added ``getthreadtitle()`` and ``setthreadtitle()``.
  * Initialisation of the module moved to the first usage: 
    importing the module doesn't cause side effects.
  * Manage much longer command lines (#52)
  * Improved build on BSD, dropped ancient versions (issue #67).
  * Fixed build for Python 3.8 (#66, #72)
  * Added support for Python 3.9
  * Dropped support for Python < 3.6
- Drop use-pkg-config.patch
- Drop extra requirements

OBS-URL: https://build.opensuse.org/request/show/853003
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=42
2020-12-04 10:52:51 +00:00
e0349e150d Accepting request 826981 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/826981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=25
2020-08-25 10:36:47 +00:00
Tomáš Chvátal
e190fc2196 Accepting request 826980 from home:jayvdb:py-submit
Reactivate test suite, replacing nose with pytest

OBS-URL: https://build.opensuse.org/request/show/826980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=40
2020-08-16 07:56:18 +00:00
4af5d6137c Accepting request 783354 from devel:languages:python
- Remove patch use-pkg-config.patch as we don't need to tweak
  this stuff at all

- Update use-pkg-config.patch to use the embedded profile, to build
  against Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/783354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=24
2020-03-10 12:26:00 +00:00
Tomáš Chvátal
97dba32ffd - Drop patch use-pkg-config.patch as it is not really needed
- Update the use-pkg-config.patch to fix build under py3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=38
2020-03-10 12:01:53 +00:00
543bcaa1f3 - Update use-pkg-config.patch to use the embedded profile, to build
against Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=37
2020-03-10 08:05:21 +00:00
0163aa09e8 Accepting request 731153 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/731153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=23
2019-09-18 11:10:22 +00:00
Tomáš Chvátal
fed55ff656 Accepting request 731074 from home:jayvdb:py3only
- Replace PyPI URL with GitHub URL
- Drop errant skip-failing-tests.patch caused by missing
  test dependency procps
- Add use-pkg-config.patch to build using pkg-config instead of
  python-config, as the latter is not shipped in python3-devel
- Add LANG in %check to fix openSUSE/SLE 15
- Use %license

OBS-URL: https://build.opensuse.org/request/show/731074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=35
2019-09-16 07:32:59 +00:00
b0e0c4692f Accepting request 681144 from devel:languages:python
- Enable tests and add skip-failing-tests.patch to skip failing tests
  (gh#dvarrazzo/py-setproctitle#60)

OBS-URL: https://build.opensuse.org/request/show/681144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=22
2019-03-04 08:24:18 +00:00
735a7201d8 - Enable tests and add skip-failing-tests.patch to skip failing tests
(gh#dvarrazzo/py-setproctitle#60)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=32
2019-03-03 22:11:50 +00:00
494787ff00 Accepting request 508801 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/508801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=21
2017-08-04 09:58:47 +00:00
Thomas Bechtold
cbfb4eb4fa Accepting request 508592 from home:tbechtold:branches:devel:languages:python
- update to 1.10.0:
  - Fixed building with certain ``prctl.h`` implementations (issue #44).
  - Use ``setuptools`` if available (issue #48).
  - Fixed build on VC (issues #20, #33).
  - Added ``MANIFEST.in`` to the source distribution to help with RPM building
    (issue #30).
- convert to singlespec
- fix Source url

OBS-URL: https://build.opensuse.org/request/show/508592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=30
2017-07-07 13:03:31 +00:00
Stephan Kulow
0510310709 Accepting request 208595 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/208595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=19
2013-11-27 14:32:13 +00:00
Denisart Benjamin
a9c6d8ab9a Accepting request 207636 from home:posophe:branches:devel:languages:python
- Update to version 1.1.8
  + Added support for Python "diehard" 2.4.
  + Fixed build on Mac OS X 10.9 Maverick (issue #27).

OBS-URL: https://build.opensuse.org/request/show/207636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=28
2013-11-19 19:57:18 +00:00
Stephan Kulow
3b325c725f Accepting request 199190 from devel:languages:python
Update to 1.1.7 (forwarded request 199064 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/199190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=17
2013-09-16 14:35:30 +00:00
Sascha Peilicke
c383be9d68 Accepting request 199064 from home:poorboywilly:branches:devel:languages:python
Update to 1.1.7

OBS-URL: https://build.opensuse.org/request/show/199064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=26
2013-09-16 08:06:43 +00:00
Stephan Kulow
92ce95bdfc Accepting request 180003 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/180003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=16
2013-06-19 13:54:42 +00:00
Sascha Peilicke
010be78c00 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=24
2013-06-17 12:53:55 +00:00
Stephan Kulow
d23e35db6f Accepting request 157737 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=15
2013-03-08 12:30:41 +00:00
Sascha Peilicke
ee1819b363 - Simplify macro usage
- Drop buildrequires python3-2to3, it's in python3-devel now
- Don't require "python(abi)", RPM does that automatically

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=22
2013-01-14 10:16:12 +00:00
Ismail Dönmez
7b24738e3d Accepting request 148173 from devel:languages:python
- Fix typo in Requires line (p3_ver -> py3_ver)

OBS-URL: https://build.opensuse.org/request/show/148173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=13
2013-01-12 18:47:14 +00:00
Ismail Dönmez
e54c0e6c87 -
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=20
2013-01-12 12:08:19 +00:00
Ismail Dönmez
f1e03d030c Fix typo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=19
2013-01-12 12:06:44 +00:00
Stephan Kulow
9c321b9203 Accepting request 134633 from devel:languages:python
Update to 1.1.6, simplify %build section, fix %files section. (forwarded request 133716 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/134633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=12
2012-09-20 13:45:00 +00:00
Ismail Dönmez
8cce1b3b52 Accepting request 133716 from home:poorboywilly:branches:devel:languages:python
Update to 1.1.6, simplify %build section, fix %files section.

OBS-URL: https://build.opensuse.org/request/show/133716
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=17
2012-09-17 09:46:11 +00:00
Stephan Kulow
c90e1ee969 Accepting request 126152 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/126152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=11
2012-06-26 16:02:48 +00:00
Todd R
ff4df3922d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=15 2012-04-26 14:59:07 +00:00
Todd R
16da212cc2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=14 2012-04-26 14:58:48 +00:00
Stephan Kulow
042a620d25 Accepting request 99880 from devel:languages:python
- Update to v1.1.3
  * Don't clobber environ if the variable SPT_NOENV is set
  * Fixed segfault when the module is imported under vim (bnc#739242)

- Provide python3 spec file


- Update to v1.1.3
  * Don't clobber environ if the variable SPT_NOENV is set
  * Fixed segfault when the module is imported under vim (bnc#739242)

- Provide python3 spec file

- Spec file cleanup:
  * changed license to BSD3c
  * packaded documentation files
  * fixed build non-SUSE distros

- Update to version 1.1
  * add support python3

- Initial package, Version 1.0.1

OBS-URL: https://build.opensuse.org/request/show/99880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=9
2012-01-20 19:25:16 +00:00