(phoenix-queryserver) branch master updated: PHOENIX-7323 fix twine check error (#153)

2024-06-04 Thread richardantal
This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
 new 21b1b35  PHOENIX-7323 fix twine check error (#153)
21b1b35 is described below

commit 21b1b35923d148563c6844e66edb0ae4fa0f42bf
Author: richardantal 
AuthorDate: Tue Jun 4 09:21:48 2024 +0200

PHOENIX-7323 fix twine check error (#153)
---
 python-phoenixdb/README.rst| 1 +
 python-phoenixdb/RELEASING.rst | 5 +
 python-phoenixdb/setup.py  | 1 +
 3 files changed, 7 insertions(+)

diff --git a/python-phoenixdb/README.rst b/python-phoenixdb/README.rst
index a8aa96c..1d70a6e 100644
--- a/python-phoenixdb/README.rst
+++ b/python-phoenixdb/README.rst
@@ -33,6 +33,7 @@ Extract the archive and then install it manually::
 Note that old versions of pip and setuptools have various bugs and 
incompatibilities that
 may result in installation errors, especially on old python versions.
 If you encounter problems while building, update your pip and setuptools, and 
try again::
+
 pip install --upgrade pip
 pip install --upgrade setuptools
 
diff --git a/python-phoenixdb/RELEASING.rst b/python-phoenixdb/RELEASING.rst
index fb133f1..9963854 100644
--- a/python-phoenixdb/RELEASING.rst
+++ b/python-phoenixdb/RELEASING.rst
@@ -25,6 +25,11 @@ Prepare the RC
 
 #. Make sure the dockerized tests described in README.rst run successfully
 
+#. Make sure to run twine check on the phoenixdb package files for python 2 
and 3 and ensure they pass:
+
+python setup.py sdist bdist_wheel
+twine check dist/*
+
 #. Discuss release plans on dev@phoenix.a.o
 
 #. Open a ticket like https://issues.apache.org/jira/browse/PHOENIX-6529
diff --git a/python-phoenixdb/setup.py b/python-phoenixdb/setup.py
index 38b53f8..88bc693 100644
--- a/python-phoenixdb/setup.py
+++ b/python-phoenixdb/setup.py
@@ -67,6 +67,7 @@ setup(
 name="phoenixdb",
 version=version,
 description="Phoenix database adapter for Python",
+long_description_content_type="text/x-rst",
 long_description=readme(),
 author="Apache Software Foundation",
 author_email="d...@phoenix.apache.org",



(phoenix-queryserver) branch master updated: PHOENIX-7312 Release PhoenixDB 1.2.2 rc1 (#154)

2024-06-04 Thread richardantal
This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
 new db3aa25  PHOENIX-7312 Release PhoenixDB 1.2.2 rc1 (#154)
db3aa25 is described below

commit db3aa254741ffbcbf0427bd816426ce10c90b4e4
Author: richardantal 
AuthorDate: Tue Jun 4 14:20:26 2024 +0200

PHOENIX-7312 Release PhoenixDB 1.2.2 rc1 (#154)
---
 python-phoenixdb/NEWS.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/python-phoenixdb/NEWS.rst b/python-phoenixdb/NEWS.rst
index 2433f80..f8b57c4 100644
--- a/python-phoenixdb/NEWS.rst
+++ b/python-phoenixdb/NEWS.rst
@@ -2,7 +2,7 @@ Changelog
 =
 
 Version 1.2.2
---
+-
 - Update python-phoenixdb/RELEASING.rst (PHOENIX-6820)
 - Crash Due to Unhandled JDBC Type Code 0 for NULL Values (PHOENIX-7246)
 - Manage requests-gssapi version for Phython 3.7 and lower (PHOENIX-7221)
@@ -17,6 +17,7 @@ Version 1.2.2
 - Add support for specifying custom HTTP headers (PHOENIX-6921)
 - Use JDBC/Avatica column label as column name when set (PHOENIX-6917)
 - Do not throw exception when shutting down Python with open connections 
(PHOENIX-6926)
+- Fix twine check error and add a steps to Releasing guide (PHOENIX-7323)
 
 Version 1.2.1
 -



(phoenix-queryserver) annotated tag python-phoenixdb-1.2.2.rc1 updated (db3aa25 -> f4e0187)

2024-06-04 Thread richardantal
This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a change to annotated tag python-phoenixdb-1.2.2.rc1
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


*** WARNING: tag python-phoenixdb-1.2.2.rc1 was modified! ***

from db3aa25  (commit)
  to f4e0187  (tag)
 tagging db3aa254741ffbcbf0427bd816426ce10c90b4e4 (commit)
 replaces python-phoenixdb-1.2.2.rc0
  by Richard Antal
  on Tue Jun 4 14:27:34 2024 +0200

- Log -
python-phoenixdb-1.2.2.rc1
---


No new revisions were added by this update.

Summary of changes:



svn commit: r69535 - in /dev/phoenix/python-phoenixdb-1.2.2.rc1: ./ src/ src/python-phoenixdb-1.2.2-src.tar.gz src/python-phoenixdb-1.2.2-src.tar.gz.asc src/python-phoenixdb-1.2.2-src.tar.gz.sha512

2024-06-04 Thread richardantal
Author: richardantal
Date: Tue Jun  4 12:33:11 2024
New Revision: 69535

Log:
Create python-phoenixdb-1.2.2 rc1

Added:
dev/phoenix/python-phoenixdb-1.2.2.rc1/
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/

dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz   
(with props)

dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz.asc

dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz.sha512

Added: 
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz
==
Binary file - no diff available.

Propchange: 
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz
--
svn:mime-type = application/octet-stream

Added: 
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz.asc
==
--- 
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz.asc
 (added)
+++ 
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz.asc
 Tue Jun  4 12:33:11 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEeBOGKoWvu7T+ccyV57h6o/+o7a0FAmZfB/EACgkQ57h6o/+o
+7a36dQ/+Lll/BMTllTbZdh+M99akXcm564g2X23NtUPjhVGYADbflRp6hOfRzkSr
+h86RICzIXLx66mOx+F2zDFYnWJA3GUIC0lwtys0dCC0llqY1A1VgQBLjOjsmd+QS
+Q+UeMXWqVN1VvZAWLSmIA9H6OBRHjVdXvNLU1O5YZRPuHehn7yLUSYFQZHcl7vAa
+xwjlaiMvTQmd6V8dS8mjR8lIzVcq1IJqyaFlMb1uVY+VIaJmxFOLUMXxXknL0n2Y
+quP9HiWxyIZXsJ86LBqRfm2Kj+BjQY4M1emnnX3H6+As9W2fJ0S3HlXfwPmr/7gS
+h6h8IaizSTAqbDvhvZbQv/a5P6vBc1e5Wtajr1vcR06U4gl2Ue9EKen64FNwGiKP
+qH5N/9qAPCvzFCyXPFVMQTXgjWpKcoU4ZAVlc1U0QwVfW/uIyQ5eIq/jJjoYZ4ZO
+LtWx153zq2I2Q//c6ygL7+xI77fvUHeT5UP7cQkHaa7jDD1HRhJUHm15wLskkHvp
+q6gkN6AX/6urHuNT9bmm61yI7JktcLrcJrWz99bQyIxwtidQV6pCNEXezOvJXBIT
+UWJ8PGfZzITf4GSeZYVGweRkgPVSRCSqiFLfhgvhengfgcUMwJbFAwSqGAUr9OHs
+h7EOhcn3gm722jQ97IH13MBCIjhkYQ8y8GtpHoF40BGbk8BHc5Y=
+=/Ua1
+-END PGP SIGNATURE-

Added: 
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz.sha512
==
--- 
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz.sha512
 (added)
+++ 
dev/phoenix/python-phoenixdb-1.2.2.rc1/src/python-phoenixdb-1.2.2-src.tar.gz.sha512
 Tue Jun  4 12:33:11 2024
@@ -0,0 +1 @@
+SHA2-512(python-phoenixdb-1.2.2-src.tar.gz)= 
8944e80a12a9c81a156949f64d1dc355c9064a568c7b920f07ce7b0fedf59efca987ccc00741609f51e50a4bde7e3ff4c6a8375f3f9a4a7ce42917aa1057bc57




(phoenix) branch dependabot/maven/org.iq80.snappy-snappy-0.5 created (now ba3e77e6a0)

2024-06-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.iq80.snappy-snappy-0.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


  at ba3e77e6a0 Bump org.iq80.snappy:snappy from 0.3 to 0.5

No new revisions were added by this update.