Author: jpotts
Date: Mon Feb 28 22:05:21 2011
New Revision: 1075561
URL: http://svn.apache.org/viewvc?rev=1075561&view=rev
Log:
Removed incubator designation, fixed windows install (CMIS-310), and cleaned up
hanging release issues for 0.4.1 (CMIS-312)
Removed:
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/DISCLAIMER
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/DISCLAIMER
Modified:
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/MANIFEST.in
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/README.txt
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/setup.py
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/PKG-INFO
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/SOURCES.txt
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/__init__.py
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/net.py
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/conf.py
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/devguide.rst
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/tests.rst
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/tests/__init__.py
Modified: chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/MANIFEST.in
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/MANIFEST.in?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/MANIFEST.in (original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/MANIFEST.in Mon Feb 28
22:05:21 2011
@@ -1,19 +1,24 @@
#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
#
recursive-include src/doc/build *
-prune src/doc/build/.doctrees/
+prune src/doc/build/.doctrees
exclude src/doc/build/.buildinfo
exclude .*project
include LICENSE.txt
Modified: chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/README.txt
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/README.txt?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/README.txt (original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/README.txt Mon Feb 28
22:05:21 2011
@@ -11,7 +11,7 @@ http://www.oasis-open.org/committees/cmi
SOURCE
-The source code for this project lives at
http://incubator.apache.org/chemistry/
+The source code for this project lives at http://chemistry.apache.org/
TESTS
Modified: chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/setup.py
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/setup.py?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/setup.py (original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/setup.py Mon Feb 28
22:05:21 2011
@@ -19,19 +19,19 @@
import os
from setuptools import setup, find_packages
-version = '0.4'
+version = '0.4.1'
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = "cmislib",
- description = 'Apache Chemistry (Incubating) CMIS client library for
Python',
+ description = 'Apache Chemistry CMIS client library for Python',
version = version,
author = 'Apache Chemistry Project',
- author_email = '[email protected]',
+ author_email = '[email protected]',
license = 'Apache License (2.0)',
- url = 'http://incubator.apache.org/chemistry/',
+ url = 'http://chemistry.apache.org/',
package_dir = {'':'src'},
packages = find_packages('src', exclude=['tests']),
#include_package_data = True,
Modified:
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/PKG-INFO
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/PKG-INFO?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
---
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/PKG-INFO
(original)
+++
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/PKG-INFO
Mon Feb 28 22:05:21 2011
@@ -1,10 +1,10 @@
Metadata-Version: 1.0
Name: cmislib
-Version: 0.4
-Summary: Apache Chemistry (Incubating) CMIS client library for Python
-Home-page: http://incubator.apache.org/chemistry/
+Version: 0.4.1
+Summary: Apache Chemistry CMIS client library for Python
+Home-page: http://chemistry.apache.org/
Author: Apache Chemistry Project
-Author-email: [email protected]
+Author-email: [email protected]
License: Apache License (2.0)
Description: ABOUT
@@ -19,7 +19,7 @@ Description: ABOUT
SOURCE
- The source code for this project lives at
http://incubator.apache.org/chemistry/
+ The source code for this project lives at http://chemistry.apache.org/
TESTS
Modified:
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/SOURCES.txt
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/SOURCES.txt?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
---
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/SOURCES.txt
(original)
+++
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib.egg-info/SOURCES.txt
Mon Feb 28 22:05:21 2011
@@ -1,4 +1,3 @@
-DISCLAIMER
KEYS
LICENSE.txt
MANIFEST.in
@@ -13,7 +12,6 @@ src/cmislib/exceptions.py
src/cmislib/messages.py
src/cmislib/model.py
src/cmislib/net.py
-src/cmislib.egg-info/DISCLAIMER
src/cmislib.egg-info/LICENSE.txt
src/cmislib.egg-info/NOTICE.txt
src/cmislib.egg-info/PKG-INFO
Modified:
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/__init__.py
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/__init__.py?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/__init__.py
(original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/__init__.py
Mon Feb 28 22:05:21 2011
@@ -1,18 +1,20 @@
#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-# Authors:
-# Richard Esplin, Alfresco
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
#
"""
Define package contents so that they are easy to import.
@@ -21,17 +23,4 @@ Define package contents so that they are
from model import CmisClient, Repository, Folder
__all__ = ["CmisClient", "Repository", "Folder"]
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
Modified: chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/net.py
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/net.py?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/net.py
(original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/cmislib/net.py Mon
Feb 28 22:05:21 2011
@@ -100,7 +100,7 @@ class RESTService(object):
"""
def __init__(self):
- self.user_agent = 'cmislib/%s +http://code.google.com/p/cmislib/'
+ self.user_agent = 'cmislib/%s +http://chemistry.apache.org/'
def get(self,
url,
Modified: chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/conf.py
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/conf.py?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/conf.py
(original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/conf.py Mon
Feb 28 22:05:21 2011
@@ -63,9 +63,9 @@ copyright = u'2010, Apache Software Foun
# built documents.
#
# The short X.Y version.
-version = '0.4'
+version = '0.4.1'
# The full version, including alpha/beta/rc tags.
-release = '0.4'
+release = '0.4.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Modified:
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/devguide.rst
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/devguide.rst?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/devguide.rst
(original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/devguide.rst
Mon Feb 28 22:05:21 2011
@@ -52,11 +52,11 @@ Checklist:
#. Setuptools build
* python setup.py bdist sdist
- #. Upload egg and tar to Google Code downloads
- #. Make new downloads featured, old downloads deprecated
- #. Pypi update
- * python setup.py upload
+ * Use release script to sign files
+ #. Copy files to Apache, start vote
+ #. If vote passes, copy files to Apache dist
+ #. Upload files to Pypi
#. Tag the release in Subversion
#. Check the `cheesecake <http://pycheesecake.org/>`_ score
* python cheesecake_index --name=cmislib
Modified:
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/tests.rst
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/tests.rst?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/tests.rst
(original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/doc/src/tests.rst
Mon Feb 28 22:05:21 2011
@@ -40,4 +40,4 @@ If everything goes well, you should see:
OK
.. note::
- Until the CMIS specification is ratified, and depending on the
implementation of the CMIS provider, you may see errors or failures instead of
'OK'. See the `Known Issues
<http://code.google.com/p/cmislib/wiki/KnownIssues>`_ page on the cmislib wiki
for a list of known test failures by CMIS provider.
+ Depending on the implementation of the CMIS provider, you may see errors or
failures instead of 'OK'.
Modified:
chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/tests/__init__.py
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/tests/__init__.py?rev=1075561&r1=1075560&r2=1075561&view=diff
==============================================================================
--- chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/tests/__init__.py
(original)
+++ chemistry/cmislib/tags/chemistry-cmislib-0.4.1-RC1/src/tests/__init__.py
Mon Feb 28 22:05:21 2011
@@ -1,14 +1,18 @@
#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
#
-