All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Lautrbach <plautrba@redhat.com>
To: selinux@vger.kernel.org
Cc: Petr Lautrbach <plautrba@redhat.com>
Subject: [HEADS UP MISSING PATCH] Update python library and binding versions to 3.4-rc1
Date: Wed, 13 Apr 2022 10:48:53 +0200	[thread overview]
Message-ID: <20220413084853.158546-1-plautrba@redhat.com> (raw)
In-Reply-To: <87bkxdnesk.fsf@redhat.com>

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
---

I forgot to update python libraries and bindings versions in 3.4-rc1.

If you're building them, please apply this patch.

Given that 3.4-rc2 is planned on the next Wednesday, I don't think it's necessary to merge this.


 libselinux/src/setup.py  | 2 +-
 python/sepolicy/setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libselinux/src/setup.py b/libselinux/src/setup.py
index b79b27507480..4dd119aca32e 100644
--- a/libselinux/src/setup.py
+++ b/libselinux/src/setup.py
@@ -4,7 +4,7 @@ from distutils.core import Extension, setup
 
 setup(
     name="selinux",
-    version="3.3",
+    version="3.4-rc1",
     description="SELinux python 3 bindings",
     author="SELinux Project",
     author_email="selinux@vger.kernel.org",
diff --git a/python/sepolicy/setup.py b/python/sepolicy/setup.py
index e81b6cc73380..62cf7dc47c5c 100644
--- a/python/sepolicy/setup.py
+++ b/python/sepolicy/setup.py
@@ -6,7 +6,7 @@ from distutils.core import setup
 
 setup(
     name="sepolicy",
-    version="3.3",
+    version="3.4-rc1",
     description="Python SELinux Policy Analyses bindings",
     author="Daniel Walsh",
     author_email="dwalsh@redhat.com",
-- 
2.35.1


      reply	other threads:[~2022-04-13  8:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-07 14:34 ANN: SELinux userspace 3.4-rc1 release candidate Petr Lautrbach
2022-04-13  8:48 ` Petr Lautrbach [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220413084853.158546-1-plautrba@redhat.com \
    --to=plautrba@redhat.com \
    --cc=selinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.