diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..e803009 --- /dev/null +++ b/NOTICE @@ -0,0 +1,10 @@ +Apache Cassandra Python Driver +Copyright 2013 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + + +This product originates, before git sha +95ea9461accf69e3ed82e846a1ccd74d63a4b8c6, from software from DataStax and other +individual contributors. All work was previously copyrighted to DataStax. diff --git a/build_wheel.sh b/build_wheel.sh index 43df285..7b9187f 100644 --- a/build_wheel.sh +++ b/build_wheel.sh @@ -1,5 +1,21 @@ #!/bin/bash +# 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. + . multibuild/common_utils.sh . multibuild/travis_steps.sh diff --git a/config.sh b/config.sh index 70131da..3159e4c 100644 --- a/config.sh +++ b/config.sh @@ -1,3 +1,19 @@ +# 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 custom utilities # Test for OSX with [ -n "$IS_OSX" ] LIBEV_VERSION=4.24 diff --git a/travis.yml.disabled b/travis.yml.disabled deleted file mode 100644 index 3f7889f..0000000 --- a/travis.yml.disabled +++ /dev/null @@ -1,124 +0,0 @@ -env: - global: - - REPO_DIR=python-driver - - BUILD_COMMIT=ad400562efe6ffde9d6b8d4e7a4255e7751015f2 - - BUILD_DEPENDS="cryptography>=35.0 geomet>=0.1,<0.3 six>=1.9 futures<=2.2.0 Cython>=0.20,!=0.25,<0.30" - - TEST_DEPENDS="" - - UNICODE_WIDTH=32 - - MB_ML_VER=1 -language: python -python: 3.5 -os: linux -dist: xenial -services: docker -before_install: - - sudo apt-get -y install libffi-devel -jobs: - include: - - os: linux - env: - - MB_PYTHON_VERSION=3.7 - - os: linux - env: - - MB_PYTHON_VERSION=3.7 - - PLAT=i686 - - arch: arm64 - os: linux - services: docker - env: - - MB_PYTHON_VERSION=3.7 - - MB_ML_VER=2014 - - PLAT=aarch64 - - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8 - - os: linux - env: - - MB_PYTHON_VERSION=3.8 - - os: linux - env: - - MB_PYTHON_VERSION=3.8 - - PLAT=i686 - - arch: arm64 - os: linux - services: docker - env: - - MB_PYTHON_VERSION=3.8 - - MB_ML_VER=2014 - - PLAT=aarch64 - - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8 - - os: linux - env: - - MB_PYTHON_VERSION=3.9 - - os: linux - env: - - MB_PYTHON_VERSION=3.9 - - PLAT=i686 - - arch: arm64 - os: linux - services: docker - env: - - MB_PYTHON_VERSION=3.9 - - MB_ML_VER=2014 - - PLAT=aarch64 - - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8 - - os: linux - env: - - MB_PYTHON_VERSION=3.10 - - MB_ML_VER=2010 - - DOCKER_TEST_IMAGE=multibuild/focal_x86_64 - - os: linux - env: - - MB_PYTHON_VERSION=3.10 - - MB_ML_VER=2010 - - PLAT=i686 - - arch: arm64 - os: linux - services: docker - env: - - MB_PYTHON_VERSION=3.10 - - MB_ML_VER=2014 - - PLAT=aarch64 - - DOCKER_TEST_IMAGE=multibuild/focal_arm64v8 - - os: linux - env: - - MB_PYTHON_VERSION=3.11 - - MB_ML_VER=2014 - - DOCKER_TEST_IMAGE=multibuild/focal_x86_64 - - os: linux - env: - - MB_PYTHON_VERSION=3.11 - - MB_ML_VER=2014 - - PLAT=i686 - - arch: arm64 - os: linux - services: docker - env: - - MB_PYTHON_VERSION=3.11 - - MB_ML_VER=2014 - - PLAT=aarch64 - - DOCKER_TEST_IMAGE=multibuild/focal_arm64v8 - - os: osx - osx_image: xcode11 - language: generic - env: - - MB_PYTHON_VERSION=3.7 - - os: osx - osx_image: xcode11 - language: generic - env: - - MB_PYTHON_VERSION=3.8 - - os: osx - osx_image: xcode11 - language: generic - env: - - MB_PYTHON_VERSION=3.9 - - os: osx - osx_image: xcode11 - language: generic - env: - - MB_PYTHON_VERSION=3.10 - - os: osx - osx_image: xcode11 - language: generic - env: - - MB_PYTHON_VERSION=3.11 -script: bash build_wheel.sh \ No newline at end of file