Re:[VOTE] Release Apache Liminal (incubating) 0.0.1rc5-INCUBATING

2021-02-19 Thread Juan Pan
Hi,


There is an exception when executing shasum on 
apache_liminal-0.0.1rc5_INCUBATING-py3-none-any.whl below.


shasum: dist/apache_liminal-0.0.1rc5_INCUBATING-py3-none-any.whl:
dist/apache_liminal-0.0.1rc5_INCUBATING-py3-none-any.whl: FAILED open or read


Is there a mistake in 
`apache_liminal-0.0.1rc5_INCUBATING-py3-none-any.whl.sha512`? FYI.,
>  dist/   apache_liminal-0.0.1rc5_INCUBATING-py3-none-any.whl: 




BTW, it is not an issue, but maybe it is better to have all the `-` instead of 
part of `_` in the file names.


Thanks,
Trista




 
   Juan Pan (Trista)
 
Senior DBA & PMC of Apache ShardingSphere
E-mail: panj...@apache.org




On 02/3/2021 20:12,Lior Schachter wrote:
Hi All,
We would like to have a third round of vote for the first release of
Apache Liminal (Incubating), after fixing the issues identified at the
previous round.

This release enables seamless Liminal installation in Local mode and
in AWS cloud to execute machine-learning pipelines.

Liminal community vote and result threads:
Vote:
https://lists.apache.org/thread.html/r536fafe3328b23b6b37bd7f9dbd1e2e107b4e1435972bd807696781f%40%3Cdev.liminal.apache.org%3E

Result:
https://lists.apache.org/thread.html/r12ad1e9729e385cf9dcdf2eb9f09aace64c1e100634b40a1c2393a78%40%3Cdev.liminal.apache.org%3E

Installation and testing instructions can be found in the README included.

The release files, including signatures, digests, etc. can be found at:

https://dist.apache.org/repos/dist/dev/incubator/liminal/0.0.1rc5-INCUBATING/

The tag to be voted on:

https://github.com/apache/incubator-liminal/releases/tag/0.0.1rc5-INCUBATING

The SHA512 Checksum for these artifacts is:

apache-liminal-0.0.1rc5-INCUBATING-source.tar.gz:
BF86B430 D431E433 DB1E6D8E 9917F1B3 AF7BF11A B734ED8C 5AE2C2B4
606F7891 F8F65225 C3DAD172 DB0FDE0F 8AE68DA8 E67994AB 306726D4
6FED5CF6 A1666CED

Release artifacts are signed with the following key:

https://dist.apache.org/repos/dist/dev/incubator/liminal/KEYS

For more information about the contents of this release,
see:https://issues.apache.org/jira/projects/LIMINAL/versions/12349599

Please vote on releasing this package as Apache Liminal
0.0.1rc5-INCUBATING. A majority of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Liminal 0.0.1rc5
[ ] +0 No opinion
[ ] -1 Do not release this package because ...

Regards,
Lior Schachter


Re: [VOTE] Release Apache Liminal (incubating) 0.0.1rc5-INCUBATING

2021-02-10 Thread kezhenxu94@apache
Hi, there is a dedicated license header for ASF projects [1], while I saw you 
are still using a common license header [2].

Also, I cannot verify the checksum via `shasum -a 512 -c 
apache-liminal-0.0.1rc5-INCUBATING-source.tar.gz.sha512`, error message is 
`shasum: apache-liminal-0.0.1rc5-INCUBATING-source.tar.gz.sha512: no properly 
formatted SHA checksum lines found`, although the checksum is correct, I have 
to generate the checksum and compare myself, so if you could save your checksum 
via `shasum -a 512 apache-liminal-0.0.1rc5-INCUBATING-source.tar.gz > 
apache-liminal-0.0.1rc5-INCUBATING-source.tar.gz.sha512` so that others can 
verify it easily with `shasum -a 512 -c 
apache-liminal-0.0.1rc5-INCUBATING-source.tar.gz.sha512`.

Third, there is no “incubating” in the README.md file [1].

I’ve checked

- LICENSE and NOTICE files are in src tar ball and .whl
- .asc, .sha512 checked
- DISCLAIMER file exists

[1] https://www.apache.org/legal/src-headers.html#headers
[2] http://apache.org/foundation/license-faq.html#Apply-My-Software
[3] https://github.com/apache/incubator-liminal

— 
Zhenxu Ke (柯振旭)
GitHub @kezhenxu94

> On Feb 3, 2021, at 20:12, Lior Schachter  wrote:
> 
> Hi All,
> We would like to have a third round of vote for the first release of
> Apache Liminal (Incubating), after fixing the issues identified at the
> previous round.
> 
> This release enables seamless Liminal installation in Local mode and
> in AWS cloud to execute machine-learning pipelines.
> 
> Liminal community vote and result threads:
> Vote:
> https://lists.apache.org/thread.html/r536fafe3328b23b6b37bd7f9dbd1e2e107b4e1435972bd807696781f%40%3Cdev.liminal.apache.org%3E
> 
> Result:
> https://lists.apache.org/thread.html/r12ad1e9729e385cf9dcdf2eb9f09aace64c1e100634b40a1c2393a78%40%3Cdev.liminal.apache.org%3E
> 
> Installation and testing instructions can be found in the README included.
> 
> The release files, including signatures, digests, etc. can be found at:
> 
> https://dist.apache.org/repos/dist/dev/incubator/liminal/0.0.1rc5-INCUBATING/
> 
> The tag to be voted on:
> 
> https://github.com/apache/incubator-liminal/releases/tag/0.0.1rc5-INCUBATING
> 
> The SHA512 Checksum for these artifacts is:
> 
> apache-liminal-0.0.1rc5-INCUBATING-source.tar.gz:
> BF86B430 D431E433 DB1E6D8E 9917F1B3 AF7BF11A B734ED8C 5AE2C2B4
> 606F7891 F8F65225 C3DAD172 DB0FDE0F 8AE68DA8 E67994AB 306726D4
> 6FED5CF6 A1666CED
> 
> Release artifacts are signed with the following key:
> 
> https://dist.apache.org/repos/dist/dev/incubator/liminal/KEYS
> 
> For more information about the contents of this release,
> see:https://issues.apache.org/jira/projects/LIMINAL/versions/12349599
> 
> Please vote on releasing this package as Apache Liminal
> 0.0.1rc5-INCUBATING. A majority of at least 3 +1 PMC votes are cast.
> 
> [ ] +1 Release this package as Apache Liminal 0.0.1rc5
> [ ] +0 No opinion
> [ ] -1 Do not release this package because ...
> 
> Regards,
> Lior Schachter



-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache Liminal (incubating) 0.0.1rc5-INCUBATING

2021-02-03 Thread Lior Schachter
Hi All,
We would like to have a third round of vote for the first release of
Apache Liminal (Incubating), after fixing the issues identified at the
previous round.

This release enables seamless Liminal installation in Local mode and
in AWS cloud to execute machine-learning pipelines.

Liminal community vote and result threads:
Vote:
https://lists.apache.org/thread.html/r536fafe3328b23b6b37bd7f9dbd1e2e107b4e1435972bd807696781f%40%3Cdev.liminal.apache.org%3E

Result:
https://lists.apache.org/thread.html/r12ad1e9729e385cf9dcdf2eb9f09aace64c1e100634b40a1c2393a78%40%3Cdev.liminal.apache.org%3E

Installation and testing instructions can be found in the README included.

The release files, including signatures, digests, etc. can be found at:

https://dist.apache.org/repos/dist/dev/incubator/liminal/0.0.1rc5-INCUBATING/

The tag to be voted on:

https://github.com/apache/incubator-liminal/releases/tag/0.0.1rc5-INCUBATING

The SHA512 Checksum for these artifacts is:

apache-liminal-0.0.1rc5-INCUBATING-source.tar.gz:
BF86B430 D431E433 DB1E6D8E 9917F1B3 AF7BF11A B734ED8C 5AE2C2B4
606F7891 F8F65225 C3DAD172 DB0FDE0F 8AE68DA8 E67994AB 306726D4
6FED5CF6 A1666CED

Release artifacts are signed with the following key:

https://dist.apache.org/repos/dist/dev/incubator/liminal/KEYS

For more information about the contents of this release,
see:https://issues.apache.org/jira/projects/LIMINAL/versions/12349599

Please vote on releasing this package as Apache Liminal
0.0.1rc5-INCUBATING. A majority of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Liminal 0.0.1rc5
[ ] +0 No opinion
[ ] -1 Do not release this package because ...

Regards,
Lior Schachter