Skip to content

Commit

Permalink
Merge pull request #23 from cedadev/add_v211_release_note
Browse files Browse the repository at this point in the history
Preparing for v2.1.1 release: add release notes and detailed supported Python versions
  • Loading branch information
valeriupredoi authored Nov 22, 2023
2 parents 9660d22 + 9e068d6 commit f020ce2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MyProxy Client Package
======================
This a pure* Python implementation of a client to the MyProxy Credential
This a *pure* Python implementation of a client to the MyProxy Credential
Management Server (http://grid.ncsa.uiuc.edu/myproxy/). It provides both a
Python API and a command line interface.

Expand Down Expand Up @@ -32,6 +32,11 @@ $ myproxyclient logon -s myproxy.somewhere.ac.uk -l <username> -o creds.pem -b

Releases
========
2.1.1
-----
* allow support for Python=3.12 via retirement of `SafeConfigParser` via [#20](https://github.com/cedadev/MyProxyClient/pull/20) by [Valeriu Predoi](https://github.com/valeriupredoi) and checked by [Alan Iwi](https://github.com/alaniwi)
* added Python package components (basic unit test, Github Action that builds and uploads the package) via [#22](https://github.com/cedadev/MyProxyClient/pull/22) by [Valeriu Predoi](https://github.com/valeriupredoi) and [Bouwe Andela](https://github.com/bouweandela)

2.1.0
-----
* Refactored package hierarchy - `myproxy.client` is now a package
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Security',
'Topic :: Internet',
'Topic :: Scientific/Engineering',
Expand Down

0 comments on commit f020ce2

Please sign in to comment.