14
0

29 Commits

Author SHA256 Message Date
9b63eb7988 - 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
f72fdbe1d5 - 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
1f6b71795c Accepting request 1248714 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1248714
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
2e0e2a0d8d - 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sascha Peilicke
b465deb510 Add python3-setproctitle.changes to survive factory-auto
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=11
2012-01-12 10:07:18 +00:00
Sascha Peilicke
aa372e4bfc Accepting request 99643 from home:namtrac:bugfix
- 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)

OBS-URL: https://build.opensuse.org/request/show/99643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=10
2012-01-11 10:07:40 +00:00
OBS User buildservice-autocommit
a420e4a154 Updating link to change in openSUSE:Factory/python-setproctitle revision 7.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=9c3542c72bd695e2a57dd543429ae29f
2011-03-31 13:55:51 +00:00
Sascha Peilicke
7c77d62ec8 Accepting request 65488 from home:saschpe:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/65488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=6
2011-03-31 09:45:57 +00:00
e9b2f0a365 - Update to version 1.1
* add support python3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=3
2010-11-18 15:53:12 +00:00
OBS User autobuild
4cd10947cd Autobuild autoformatter for 52237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=2
2010-11-05 16:30:27 +00:00
fe74d50749 add python-setproctitle
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=1
2010-06-23 14:54:21 +00:00