From e29b05d48ad49e6da0248af0e4144b19f9a643f7 Mon Sep 17 00:00:00 2001 From: Daniel Goldman Date: Sat, 17 Sep 2022 22:36:11 -0400 Subject: [PATCH 1/2] change metadata and readme --- README.rst | 11 +++++------ setup.py | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index b6cd628..07ac4bd 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,3 @@ -**python-keyutils -- Archived Repository** - -**Notice: This repository is part of a Conary/rpath project at SAS that is no longer supported or maintained. Hence, the repository is being archived and will live in a read-only state moving forward. Issues, pull requests, and changes will no longer be accepted.** - -=============== - python-keyutils is a set of python bindings for keyutils (available from http://people.redhat.com/~dhowells/keyutils), a key management suite that leverages the infrastructure provided by the Linux kernel for safely storing @@ -46,3 +40,8 @@ For example: Further examples can be found in the ``test`` subfolder. + +History +~~~~~~~ + +This project was part of the Conary/rpath project at SAS that is no longer supported or maintained. This project is a fork maintained by me! \ No newline at end of file diff --git a/setup.py b/setup.py index 8fb52df..320f229 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ version="0.6", description="keyutils bindings for Python", long_description=long_description, - author="Mihai Ibanescu", - author_email="mihai.ibanescu@sas.com", - url="https://github.com/sassoftware/python-keyutils", + author="Daniel Goldman", + author_email="danielgoldman4@gmail.com", + url="https://github.com/lilatomic/python-keyutils", license="Apache 2.0", packages=["keyutils"], classifiers=[ From f897a156b749d9ecb6579fe81af3508182b0987a Mon Sep 17 00:00:00 2001 From: Daniel Goldman Date: Sat, 24 Sep 2022 22:39:53 -0400 Subject: [PATCH 2/2] rename --- AUTHORS | 5 +++-- README.rst | 2 +- setup.py | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index af66788..12b66f9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ -Mihai Ibanescu -Michael Tharp +Daniel Goldman Earl Chew +Michael Tharp +Mihai Ibanescu \ No newline at end of file diff --git a/README.rst b/README.rst index 07ac4bd..091a1c9 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -python-keyutils is a set of python bindings for keyutils (available from +turkeyutils is a set of python bindings for keyutils (available from http://people.redhat.com/~dhowells/keyutils), a key management suite that leverages the infrastructure provided by the Linux kernel for safely storing and retrieving sensitive infromation in your programs. diff --git a/setup.py b/setup.py index 320f229..04a463a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) SAS Institute Inc. +# Copyright (c) SAS Institute Inc. and contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,13 +25,13 @@ long_description = f.read() setup( - name="keyutils", + name="turkeyutils", version="0.6", description="keyutils bindings for Python", long_description=long_description, author="Daniel Goldman", author_email="danielgoldman4@gmail.com", - url="https://github.com/lilatomic/python-keyutils", + url="https://github.com/lilatomic/turkeyutils", license="Apache 2.0", packages=["keyutils"], classifiers=[